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
Modifier 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
ConstructorDescriptionCvsTagsParamDefinition
(String name, String cvsRoot, boolean passwordRequired, String password, String moduleName) -
Method Summary
Modifier and TypeMethodDescriptioncreateValue
(org.kohsuke.stapler.StaplerRequest req) createValue
(org.kohsuke.stapler.StaplerRequest 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, equals, getDefaultParameterValue, getDescription, getDescriptor, getFormattedDescription, getName, getType, hashCode, isValid, setDescription
-
Constructor Details
-
CvsTagsParamDefinition
-
-
Method Details
-
getCvsRoot
-
getPassword
-
getModuleName
-
isPasswordRequired
@Exported public boolean isPasswordRequired() -
createValue
- Specified by:
createValue
in classParameterDefinition
-
createValue
public ParameterValue createValue(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) - Specified by:
createValue
in classParameterDefinition
-
getSymbolicNames
-
getCvsClient
-