com.cloudbees.plugins.flow
Class JobInvocation.Start

java.lang.Object
  extended by com.cloudbees.plugins.flow.JobInvocation
      extended by com.cloudbees.plugins.flow.JobInvocation.Start
All Implemented Interfaces:
groovy.lang.GroovyObject
Enclosing class:
JobInvocation

public static class JobInvocation.Start
extends JobInvocation


Nested Class Summary
 
Nested classes/interfaces inherited from class com.cloudbees.plugins.flow.JobInvocation
JobInvocation.Start
 
Constructor Summary
JobInvocation.Start(FlowRun run)
           
 
Method Summary
 groovy.lang.MetaClass getMetaClass()
           
 Object getProperty(String property)
           
 void setMetaClass(groovy.lang.MetaClass mc)
           
 void setProperty(String property, Object value)
           
 
Methods inherited from class com.cloudbees.plugins.flow.JobInvocation
abort, buildCompleted, buildFinalized, buildStarted, equals, getBuild, getBuildUrl, getFlowRun, getId, getName, getProject, getResult, getResultString, getStartTime, hashCode, invokeMethod, isCompleted, isFinalized, isStarted, propertyMissing, run, toString, waitForCompletion, waitForFinalization, waitForStart
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JobInvocation.Start

public JobInvocation.Start(FlowRun run)
Method Detail

getMetaClass

public groovy.lang.MetaClass getMetaClass()
Specified by:
getMetaClass in interface groovy.lang.GroovyObject
Overrides:
getMetaClass in class JobInvocation

setMetaClass

public void setMetaClass(groovy.lang.MetaClass mc)
Specified by:
setMetaClass in interface groovy.lang.GroovyObject
Overrides:
setMetaClass in class JobInvocation

getProperty

public Object getProperty(String property)
Specified by:
getProperty in interface groovy.lang.GroovyObject
Overrides:
getProperty in class JobInvocation

setProperty

public void setProperty(String property,
                        Object value)
Specified by:
setProperty in interface groovy.lang.GroovyObject
Overrides:
setProperty in class JobInvocation


Copyright © 2004-2014. All Rights Reserved.