hudson.plugins.promoted_builds_simple
Class PromoteAction
java.lang.Object
hudson.plugins.promoted_builds_simple.PromoteAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.BuildBadgeAction, hudson.model.ModelObject
@ExportedBean
public class PromoteAction
- extends java.lang.Object
- implements hudson.model.BuildBadgeAction
Store promotion level for a build.
- Author:
- Alan.Harder@sun.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PromoteAction
public PromoteAction()
getUrlName
public java.lang.String getUrlName()
- Specified by:
getUrlName in interface hudson.model.Action
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName in interface hudson.model.Action- Specified by:
getDisplayName in interface hudson.model.ModelObject
getIconFileName
public java.lang.String getIconFileName()
- Specified by:
getIconFileName in interface hudson.model.Action
getLevel
@Exported
public java.lang.String getLevel()
getLevelValue
@Exported
public int getLevelValue()
getIconPath
public java.lang.String getIconPath()
getAllPromotionLevels
public java.util.List<PromotionLevel> getAllPromotionLevels()
doIndex
public void doIndex(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws java.io.IOException,
javax.servlet.ServletException
- Throws:
java.io.IOException
javax.servlet.ServletException
Copyright © 2009. All Rights Reserved.