Class NewPRInterruptCause
- java.lang.Object
-
- jenkins.model.CauseOfInterruption
-
- org.jenkinsci.plugins.github.pullrequest.trigger.NewPRInterruptCause
-
- All Implemented Interfaces:
Serializable
public class NewPRInterruptCause extends CauseOfInterruption
- Author:
- Kanstantsin Shautsou
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jenkins.model.CauseOfInterruption
CauseOfInterruption.UserInterruption
-
-
Constructor Summary
Constructors Constructor Description NewPRInterruptCause()
-
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
-
-