Package jenkins.model
Class InterruptedBuildAction
- java.lang.Object
-
- hudson.model.InvisibleAction
-
- jenkins.model.InterruptedBuildAction
-
- All Implemented Interfaces:
Action
,ModelObject
@ExportedBean public class InterruptedBuildAction extends InvisibleAction
Action added toRun
to record the cause of interruption.- Since:
- 1.425
- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description InterruptedBuildAction(Collection<? extends CauseOfInterruption> causes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CauseOfInterruption>
getCauses()
-
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
-
-
-
-
Constructor Detail
-
InterruptedBuildAction
public InterruptedBuildAction(Collection<? extends CauseOfInterruption> causes)
-
-
Method Detail
-
getCauses
@Exported public List<CauseOfInterruption> getCauses()
-
-