hudson.plugins.promoted_builds_simple
Class PromotionLevel

java.lang.Object
  extended by hudson.plugins.promoted_builds_simple.PromotionLevel

public class PromotionLevel
extends Object

Configured promotion level available for selection.

Author:
Alan Harder

Constructor Summary
PromotionLevel(String name, String icon, boolean isAutoKeep)
           
 
Method Summary
 String getIcon()
           
 String getName()
           
 boolean isAutoKeep()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PromotionLevel

@DataBoundConstructor
public PromotionLevel(String name,
                                           String icon,
                                           boolean isAutoKeep)
Method Detail

getName

public String getName()

getIcon

public String getIcon()

isAutoKeep

public boolean isAutoKeep()


Copyright © 2004-2011. All Rights Reserved.