Class EiffelCause
- java.lang.Object
-
- hudson.model.Cause
-
- com.axis.jenkins.plugins.eiffel.eiffelbroadcaster.EiffelCause
-
public class EiffelCause extends Cause
Indicates that a build was started because of one or more Eiffel events.
-
-
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 EiffelCause(List<EiffelEvent.Link> links)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<EiffelEvent.Link>
getLinks()
Returns the Eiffel links associated with this cause.String
getShortDescription()
-
-
-
Constructor Detail
-
EiffelCause
public EiffelCause(@NonNull List<EiffelEvent.Link> links)
-
-
Method Detail
-
getLinks
@NonNull public List<EiffelEvent.Link> getLinks()
Returns the Eiffel links associated with this cause.
-
getShortDescription
public String getShortDescription()
- Specified by:
getShortDescription
in classCause
-
-