hudson.plugins.promoted_builds_simple
Class PromotionLevel

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

public class PromotionLevel
extends java.lang.Object

Configured promotion level available for selection.

Author:
Alan.Harder@sun.com

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

Constructor Detail

PromotionLevel

@DataBoundConstructor
public PromotionLevel(java.lang.String name,
                                           java.lang.String icon)
Method Detail

getName

public java.lang.String getName()

getIcon

public java.lang.String getIcon()


Copyright © 2010. All Rights Reserved.