Class LabelAddedCause
- java.lang.Object
-
- hudson.model.Cause
-
- org.jenkinsci.plugins.pipeline.github.trigger.LabelAddedCause
-
public class LabelAddedCause extends Cause
Represents the user who authored the comment that triggered the build.- Author:
- Aaron Whiteside
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.Cause
Cause.LegacyCodeCause, Cause.RemoteCause, Cause.UpstreamCause, Cause.UserCause, Cause.UserIdCause
-
-
Constructor Summary
Constructors Constructor Description LabelAddedCause(String userLogin, String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLabelAdded()
String
getShortDescription()
String
getUserLogin()
-