hudson.plugins.release
Class ReleaseWrapper.ReleaseAction
java.lang.Object
hudson.plugins.release.ReleaseWrapper.ReleaseAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject, hudson.model.PermalinkProjectAction
- Enclosing class:
- ReleaseWrapper
public class ReleaseWrapper.ReleaseAction
- extends java.lang.Object
- implements hudson.model.Action, hudson.model.PermalinkProjectAction
Nested classes/interfaces inherited from interface hudson.model.PermalinkProjectAction |
hudson.model.PermalinkProjectAction.Permalink |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReleaseWrapper.ReleaseAction
public ReleaseWrapper.ReleaseAction(hudson.model.AbstractProject project)
getParameterDefinitions
public java.util.List<hudson.model.ParameterDefinition> getParameterDefinitions()
getBuildParameterDefinitions
public java.util.List<hudson.model.ParameterDefinition> getBuildParameterDefinitions()
getDisplayName
public java.lang.String getDisplayName()
-
- Specified by:
getDisplayName
in interface hudson.model.Action
- Specified by:
getDisplayName
in interface hudson.model.ModelObject
getIconFileName
public java.lang.String getIconFileName()
-
- Specified by:
getIconFileName
in interface hudson.model.Action
getUrlName
public java.lang.String getUrlName()
-
- Specified by:
getUrlName
in interface hudson.model.Action
getProject
public hudson.model.AbstractProject getProject()
- Returns:
- Returns the project.
getPreviousReleaseBuilds
public java.util.List<hudson.model.AbstractBuild> getPreviousReleaseBuilds()
- Returns:
- A map of previous build numbers and release version identifiers
getReleaseVersionForBuild
public java.lang.String getReleaseVersionForBuild(hudson.model.AbstractBuild build)
getParametersForBuild
public java.util.List<hudson.model.ParameterValue> getParametersForBuild(hudson.model.AbstractBuild build)
getReleaseVersion
public java.lang.String getReleaseVersion()
setReleaseVersion
public void setReleaseVersion(java.lang.String releaseVersion)
getDevelopmentVersion
public java.lang.String getDevelopmentVersion()
setDevelopmentVersion
public void setDevelopmentVersion(java.lang.String developmentVersion)
getParameterDefinition
public hudson.model.ParameterDefinition getParameterDefinition(java.lang.String name)
- Gets the
ParameterDefinition
of the given name, including
the ones from the build parameters, if any.
isOverrideBuildParameters
public boolean isOverrideBuildParameters()
doSubmit
public void doSubmit(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse resp)
throws java.io.IOException,
javax.servlet.ServletException
- Throws:
java.io.IOException
javax.servlet.ServletException
getPermalinks
public java.util.List<hudson.model.PermalinkProjectAction.Permalink> getPermalinks()
- Specified by:
getPermalinks
in interface hudson.model.PermalinkProjectAction
Copyright © 2004-2012. All Rights Reserved.