net.praqma.jenkins.plugin.drmemory
Class DrMemoryJobDslExtension

java.lang.Object
  extended by javaposse.jobdsl.plugin.ContextExtensionPoint
      extended by net.praqma.jenkins.plugin.drmemory.DrMemoryJobDslExtension
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension(optional=true)
public class DrMemoryJobDslExtension
extends javaposse.jobdsl.plugin.ContextExtensionPoint


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
DrMemoryJobDslExtension()
           
 
Method Summary
 Object drMemory(Runnable closure)
           
 Object drMemoryReport(Runnable closure)
           
 
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
 

Constructor Detail

DrMemoryJobDslExtension

public DrMemoryJobDslExtension()
Method Detail

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.