org.jenkinsci.plugins.StashBranchParameter
Class StashBranchParameterDefinition
java.lang.Object
hudson.model.ParameterDefinition
org.jenkinsci.plugins.StashBranchParameter.StashBranchParameterDefinition
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.model.ParameterDefinition>, Serializable
public class StashBranchParameterDefinition
- extends hudson.model.ParameterDefinition
Created by erwin on 13/03/14.
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from class hudson.model.ParameterDefinition |
hudson.model.ParameterDefinition.ParameterDescriptor |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Fields inherited from class hudson.model.ParameterDefinition |
LIST |
| Methods inherited from class hudson.model.ParameterDefinition |
all, copyWithDefaultValue, createValue, getDefaultParameterValue, getDescription, getFormattedDescription, getName, getType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StashBranchParameterDefinition
@DataBoundConstructor
public StashBranchParameterDefinition(String name,
String description,
String repository)
getRepository
public String getRepository()
setRepository
public void setRepository(String repository)
createValue
public hudson.model.ParameterValue createValue(org.kohsuke.stapler.StaplerRequest staplerRequest,
net.sf.json.JSONObject jsonObject)
- Specified by:
createValue in class hudson.model.ParameterDefinition
createValue
public hudson.model.ParameterValue createValue(org.kohsuke.stapler.StaplerRequest staplerRequest)
- Specified by:
createValue in class hudson.model.ParameterDefinition
getDefaultValueMap
public Map<String,Map<String,String>> getDefaultValueMap()
throws IOException
- Throws:
IOException
getDescriptor
public StashBranchParameterDefinition.StashBranchParameterDescriptor getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<hudson.model.ParameterDefinition>- Overrides:
getDescriptor in class hudson.model.ParameterDefinition
Copyright © 2004-2014. All Rights Reserved.