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 SummaryNested classes/interfaces inherited from class hudson.model.Cause.UpstreamCauseCause.UpstreamCause.ConverterImpl, Cause.UpstreamCause.DeeplyNestedUpstreamCauseNested classes/interfaces inherited from class hudson.model.CauseCause.LegacyCodeCause, Cause.RemoteCause, Cause.UpstreamCause, Cause.UserCause, Cause.UserIdCause
- 
Method SummaryMethods inherited from class hudson.model.Cause.UpstreamCausegetUpstreamBuild, getUpstreamCauses, getUpstreamProject, getUpstreamRun, getUpstreamUrl, onLoad, pointsTo, pointsTo, toString
- 
Method Details- 
getShortDescription- Overrides:
- getShortDescriptionin class- Cause.UpstreamCause
 
- 
print- Overrides:
- printin class- Cause.UpstreamCause
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- Cause.UpstreamCause
 
- 
equals- Overrides:
- equalsin class- Cause.UpstreamCause
 
 
-