Class AbandonedPatchsetInterruption
- java.lang.Object
-
- jenkins.model.CauseOfInterruption
-
- com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.AbandonedPatchsetInterruption
-
- All Implemented Interfaces:
Serializable
public final class AbandonedPatchsetInterruption extends CauseOfInterruption
A cause class for new build interruption.- Author:
- ckreisl
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jenkins.model.CauseOfInterruption
CauseOfInterruption.UserInterruption
-
-
Constructor Summary
Constructors Constructor Description AbandonedPatchsetInterruption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getShortDescription()
-
Methods inherited from class jenkins.model.CauseOfInterruption
print
-
-
-
-
Method Detail
-
getShortDescription
public String getShortDescription()
- Specified by:
getShortDescription
in classCauseOfInterruption
-
-