Class NewPatchSetInterruption
- java.lang.Object
-
- jenkins.model.CauseOfInterruption
-
- com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.NewPatchSetInterruption
-
- All Implemented Interfaces:
Serializable
public final class NewPatchSetInterruption extends CauseOfInterruption
A cause class for new patchset interruption.- Author:
- rinrinne (rinrin.ne@gmail.com)
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jenkins.model.CauseOfInterruption
CauseOfInterruption.UserInterruption
-
-
Constructor Summary
Constructors Constructor Description NewPatchSetInterruption()
-
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
-
-