Package hudson.plugins.promoted_builds
Class PromotionCause
java.lang.Object
hudson.model.Cause
hudson.model.Cause.UpstreamCause
hudson.plugins.promoted_builds.PromotionCause
Cause used to indicate that a build was triggered by a promotion. Extends
UpstreamCause so that existing build steps can use "the upstream build that
triggered this build" (or something like that).
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Cause.UpstreamCause
Cause.UpstreamCause.ConverterImpl, Cause.UpstreamCause.DeeplyNestedUpstreamCause
Nested classes/interfaces inherited from class hudson.model.Cause
Cause.LegacyCodeCause, Cause.RemoteCause, Cause.UpstreamCause, Cause.UserCause, Cause.UserIdCause
-
Method Summary
Methods inherited from class hudson.model.Cause.UpstreamCause
getUpstreamBuild, getUpstreamCauses, getUpstreamProject, getUpstreamRun, getUpstreamUrl, onLoad, pointsTo, pointsTo, toString
-
Method Details
-
getShortDescription
- Overrides:
getShortDescription
in classCause.UpstreamCause
-
print
- Overrides:
print
in classCause.UpstreamCause
-
hashCode
public int hashCode()- Overrides:
hashCode
in classCause.UpstreamCause
-
equals
- Overrides:
equals
in classCause.UpstreamCause
-