Package io.jenkins.plugins.artifactrepo
Class ArtifactRepoParamDefinition
- java.lang.Object
-
- hudson.model.ParameterDefinition
-
- io.jenkins.plugins.artifactrepo.ArtifactRepoParamDefinition
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<ParameterDefinition>
,Serializable
public class ArtifactRepoParamDefinition extends ParameterDefinition
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ArtifactRepoParamDefinition.DescriptorImpl
-
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
Constructors Constructor Description ArtifactRepoParamDefinition(String name, String description, String serverType, String serverUrl, String credentialsId, boolean ignoreCertificate, ArtifactRepoParamProxy proxy, String paramType, String artifactName, String repoName, String versionRegex, String[] repoType, String[] formatType, boolean multiSelection, String resultsCount, String filterRegex, String sortOrder, String selectEntry, String selectRegex, String submitValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParameterValue
createValue(org.kohsuke.stapler.StaplerRequest request)
ParameterValue
createValue(org.kohsuke.stapler.StaplerRequest request, net.sf.json.JSONObject json)
String
getProxyCredentialsId()
Map<String,ResultEntry>
getResult()
Request data from the target instance to display as build parameter.-
Methods inherited from class hudson.model.ParameterDefinition
all, copyWithDefaultValue, createValue, equals, getDefaultParameterValue, getDescription, getDescriptor, getFormattedDescription, getName, getType, hashCode, isValid, setDescription
-
-
-
-
Constructor Detail
-
ArtifactRepoParamDefinition
@DataBoundConstructor public ArtifactRepoParamDefinition(String name, String description, String serverType, String serverUrl, String credentialsId, boolean ignoreCertificate, ArtifactRepoParamProxy proxy, String paramType, String artifactName, String repoName, String versionRegex, String[] repoType, String[] formatType, boolean multiSelection, String resultsCount, String filterRegex, String sortOrder, String selectEntry, String selectRegex, String submitValue)
-
-
Method Detail
-
getResult
public Map<String,ResultEntry> getResult()
Request data from the target instance to display as build parameter.
-
getProxyCredentialsId
public String getProxyCredentialsId()
-
createValue
public ParameterValue createValue(org.kohsuke.stapler.StaplerRequest request, net.sf.json.JSONObject json)
- Specified by:
createValue
in classParameterDefinition
-
createValue
public ParameterValue createValue(org.kohsuke.stapler.StaplerRequest request)
- Specified by:
createValue
in classParameterDefinition
-
-