com.cloudbees.plugins.flow
Class FlowAbortedCause

java.lang.Object
  extended by jenkins.model.CauseOfInterruption
      extended by com.cloudbees.plugins.flow.FlowAbortedCause

public class FlowAbortedCause
extends jenkins.model.CauseOfInterruption


Nested Class Summary
 
Nested classes/interfaces inherited from class jenkins.model.CauseOfInterruption
jenkins.model.CauseOfInterruption.UserInterruption
 
Constructor Summary
FlowAbortedCause(FlowRun flowRun)
           
 
Method Summary
 String getAbortedBuildFlow()
           
 int getAbortedBuildNumber()
           
 String getShortDescription()
           
 
Methods inherited from class jenkins.model.CauseOfInterruption
print
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowAbortedCause

public FlowAbortedCause(FlowRun flowRun)
Method Detail

getAbortedBuildFlow

public String getAbortedBuildFlow()

getAbortedBuildNumber

public int getAbortedBuildNumber()

getShortDescription

public String getShortDescription()
Specified by:
getShortDescription in class jenkins.model.CauseOfInterruption


Copyright © 2004-2014. All Rights Reserved.