hudson.plugins.promoted_builds
Class PromotionTargetAction

java.lang.Object
  extended by hudson.model.InvisibleAction
      extended by hudson.plugins.promoted_builds.PromotionTargetAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class PromotionTargetAction
extends hudson.model.InvisibleAction

Remembers what build it's promoting.

Author:
Kohsuke Kawaguchi

Constructor Summary
PromotionTargetAction(hudson.model.AbstractBuild<?,?> build)
           
 
Method Summary
 hudson.model.AbstractBuild<?,?> resolve()
           
 
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PromotionTargetAction

public PromotionTargetAction(hudson.model.AbstractBuild<?,?> build)
Method Detail

resolve

public hudson.model.AbstractBuild<?,?> resolve()


Copyright © 2009. All Rights Reserved.