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