Uses of Class
hudson.plugins.promoted_builds.Status

Packages that use Status
hudson.plugins.promoted_builds   
 

Uses of Status in hudson.plugins.promoted_builds
 

Methods in hudson.plugins.promoted_builds that return Status
 Status PromotedBuildAction.getDynamic(java.lang.String name, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
          Binds Status to URL hierarchy by its name.
 Status PromotedBuildAction.getPromotion(java.lang.String name)
          Finds the Status that has matching name value.
 Status Promotion.getStatus()
          Gets the Status object that keeps track of what Promotions are performed for a build, including this Promotion.
 Status PromotionProcess.isMet(hudson.model.AbstractBuild<?,?> build)
          Checks if all the conditions to promote a build is met.
 

Methods in hudson.plugins.promoted_builds that return types with arguments of type Status
 java.util.List<Status> PromotedBuildAction.getPromotions()
          Gets the read-only view of all the promotions that this build achieved.
 

Methods in hudson.plugins.promoted_builds with parameters of type Status
 boolean PromotedBuildAction.add(Status status)
          Called when the build is qualified.
 void PromotionProcess.promote(hudson.model.AbstractBuild<?,?> build, hudson.model.Cause cause, Status qualification)
          Promote the given build by using the given qualification.
 

Constructors in hudson.plugins.promoted_builds with parameters of type Status
PromotedBuildAction(hudson.model.AbstractBuild<?,?> owner, Status firstStatus)
           
 



Copyright © 2010. All Rights Reserved.