Package hudson.scm
Class CvsTagsParamDefinition
java.lang.Object
hudson.model.ParameterDefinition
hudson.scm.CvsTagsParamDefinition
- All Implemented Interfaces:
ExtensionPoint
,Describable<ParameterDefinition>
,Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Nested classes/interfaces inherited from class hudson.model.ParameterDefinition
ParameterDefinition.ParameterDescriptor
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.model.ParameterDefinition
LIST
-
Constructor Summary
ConstructorsConstructorDescriptionCvsTagsParamDefinition
(String name, String cvsRoot, boolean passwordRequired, String password, String moduleName) -
Method Summary
Modifier and TypeMethodDescriptioncreateValue
(org.kohsuke.stapler.StaplerRequest2 req) createValue
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) org.netbeans.lib.cvsclient.Client
getCvsClient
(String cvsRootString, boolean passwordRequired, Secret password) boolean
Methods inherited from class hudson.model.ParameterDefinition
all, copyWithDefaultValue, createValue, createValue, createValue, equals, getDefaultParameterValue, getDescription, getDescriptor, getFormattedDescription, getName, getType, hashCode, isValid, setDescription
-
Constructor Details
-
CvsTagsParamDefinition
-
-
Method Details
-
getCvsRoot
-
getPassword
-
getModuleName
-
isPasswordRequired
@Exported public boolean isPasswordRequired() -
createValue
- Overrides:
createValue
in classParameterDefinition
-
createValue
public ParameterValue createValue(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) - Overrides:
createValue
in classParameterDefinition
-
getSymbolicNames
-
getCvsClient
-