org.jenkinsci.plugins.buildwithparameters
Class BuildWithParametersAction

java.lang.Object
  extended by org.jenkinsci.plugins.buildwithparameters.BuildWithParametersAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class BuildWithParametersAction
extends Object
implements hudson.model.Action


Constructor Summary
BuildWithParametersAction(hudson.model.AbstractProject project)
           
 
Method Summary
 void doConfigSubmit(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 List<BuildParameter> getAvailableParameters()
           
 String getDisplayName()
           
 String getIconFileName()
           
 String getProjectName()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildWithParametersAction

public BuildWithParametersAction(hudson.model.AbstractProject project)
Method Detail

getProjectName

public String getProjectName()

getAvailableParameters

public List<BuildParameter> getAvailableParameters()

getIconFileName

public String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getUrlName

public String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action

doConfigSubmit

public void doConfigSubmit(org.kohsuke.stapler.StaplerRequest req,
                           org.kohsuke.stapler.StaplerResponse rsp)
                    throws IOException,
                           javax.servlet.ServletException
Throws:
IOException
javax.servlet.ServletException


Copyright © 2004-2013. All Rights Reserved.