net.praqma.jenkins.plugin.drmemory
Class DrMemoryJobDslExtension
java.lang.Object
javaposse.jobdsl.plugin.ContextExtensionPoint
net.praqma.jenkins.plugin.drmemory.DrMemoryJobDslExtension
- All Implemented Interfaces:
- hudson.ExtensionPoint
@Extension(optional=true)
public class DrMemoryJobDslExtension
- extends javaposse.jobdsl.plugin.ContextExtensionPoint
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Methods inherited from class javaposse.jobdsl.plugin.ContextExtensionPoint |
all, executeInContext, notifyItemCreated, notifyItemUpdated |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DrMemoryJobDslExtension
public DrMemoryJobDslExtension()
drMemory
@RequiresPlugin(id="drmemory-plugin",
minimumVersion="1.4.0")
@DslExtensionMethod(context=javaposse.jobdsl.dsl.helpers.step.StepContext.class)
public Object drMemory(Runnable closure)
drMemoryReport
@RequiresPlugin(id="drmemory-plugin",
minimumVersion="1.4.0")
@DslExtensionMethod(context=javaposse.jobdsl.dsl.helpers.publisher.PublisherContext.class)
public Object drMemoryReport(Runnable closure)
Copyright © 2004-2015. All Rights Reserved.