hudson.plugins.promoted_builds_simple
Class PromotedBuildsSimplePlugin

java.lang.Object
  extended by hudson.Plugin
      extended by hudson.plugins.promoted_builds_simple.PromotedBuildsSimplePlugin
All Implemented Interfaces:
hudson.model.Saveable

public class PromotedBuildsSimplePlugin
extends hudson.Plugin

Simply add a link in the main page sidepanel.

Author:
Alan.Harder@sun.com

Field Summary
 
Fields inherited from class hudson.Plugin
NONE
 
Constructor Summary
PromotedBuildsSimplePlugin()
           
 
Method Summary
 void configure(net.sf.json.JSONObject formData)
           
 void doMakePromotable()
           
 java.util.List<PromotionLevel> getLevels()
           
 void start()
           
 
Methods inherited from class hudson.Plugin
doDynamic, getConfigXml, load, save, setServletContext, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PromotedBuildsSimplePlugin

public PromotedBuildsSimplePlugin()
Method Detail

start

public void start()
           throws java.lang.Exception
Overrides:
start in class hudson.Plugin
Throws:
java.lang.Exception

getLevels

public java.util.List<PromotionLevel> getLevels()

configure

public void configure(net.sf.json.JSONObject formData)
               throws java.io.IOException,
                      javax.servlet.ServletException,
                      hudson.model.Descriptor.FormException
Overrides:
configure in class hudson.Plugin
Throws:
java.io.IOException
javax.servlet.ServletException
hudson.model.Descriptor.FormException

doMakePromotable

public void doMakePromotable()
                      throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2009. All Rights Reserved.