Package hudson.model
Class Cause.UpstreamCause.DeeplyNestedUpstreamCause
- java.lang.Object
-
- hudson.model.Cause
-
- hudson.model.Cause.UpstreamCause.DeeplyNestedUpstreamCause
-
- Enclosing class:
- Cause.UpstreamCause
public static class Cause.UpstreamCause.DeeplyNestedUpstreamCause extends Cause
-
-
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 DeeplyNestedUpstreamCause()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getShortDescription()
One-line human-readable text of the cause.void
onLoad(Job<?,?> _job, int _buildNumber)
String
toString()
-
-
-
Method Detail
-
getShortDescription
public String getShortDescription()
Description copied from class:Cause
One-line human-readable text of the cause. Historically, this method's return value was used to render HTML on the UI as well. Since Jenkins 2.315 and 2.303.2, the return value is interpreted as text. To have rich HTML output on the UI, provide a customdescription.jelly
view for your subclass. See the documentation.- Specified by:
getShortDescription
in classCause
-
onLoad
public void onLoad(@NonNull Job<?,?> _job, int _buildNumber)
-
-