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 classNested classes/interfaces inherited from class hudson.model.ParameterDefinition
ParameterDefinition.ParameterDescriptorNested 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.ClientgetCvsClient(String cvsRootString, boolean passwordRequired, Secret password) booleanMethods 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:
createValuein classParameterDefinition
-
createValue
public ParameterValue createValue(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) - Overrides:
createValuein classParameterDefinition
-
getSymbolicNames
-
getCvsClient
-