hudson.plugins.promoted_builds_simple
Class PromotionLevel
java.lang.Object
hudson.plugins.promoted_builds_simple.PromotionLevel
public class PromotionLevel
- extends java.lang.Object
Configured promotion level available for selection.
- Author:
- Alan Harder
|
Constructor Summary |
PromotionLevel(java.lang.String name,
java.lang.String icon,
boolean isAutoKeep)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PromotionLevel
@DataBoundConstructor
public PromotionLevel(java.lang.String name,
java.lang.String icon,
boolean isAutoKeep)
getName
public java.lang.String getName()
getIcon
public java.lang.String getIcon()
isAutoKeep
public boolean isAutoKeep()
Copyright © 2004-2011. All Rights Reserved.