Serialized Form
-
Package io.jenkins.plugins.artifactrepo
-
Class io.jenkins.plugins.artifactrepo.ArtifactRepoParamDefinition extends ParameterDefinition implements Serializable
- serialVersionUID:
- 1873814008801492085L
-
Serialized Fields
-
artifactName
String artifactName
-
credentialsId
String credentialsId
-
exceptionThrown
boolean exceptionThrown
-
filterRegex
String filterRegex
-
formatType
FormatType formatType
-
ignoreCertificate
boolean ignoreCertificate
-
multiSelection
boolean multiSelection
-
paramType
String paramType
-
proxy
ArtifactRepoParamProxy proxy
-
repoName
String repoName
-
repoType
RepoType repoType
-
resultsCount
int resultsCount
-
selectEntry
String selectEntry
-
selectRegex
String selectRegex
-
selectRegexStyle
String selectRegexStyle
-
serverType
String serverType
-
serverUrl
String serverUrl
-
sortOrder
String sortOrder
-
submitValue
String submitValue
-
versionRegex
String versionRegex
-
-
Class io.jenkins.plugins.artifactrepo.ArtifactRepoParameterValue extends StringParameterValue implements Serializable
-
-
Package io.jenkins.plugins.artifactrepo.helper
-
Class io.jenkins.plugins.artifactrepo.helper.AlphanumComparator extends Object implements Serializable
- serialVersionUID:
- 5201708231682976429L
-
-
Package io.jenkins.plugins.artifactrepo.model
-
Class io.jenkins.plugins.artifactrepo.model.ArtifactRepoParamProxy extends Object implements Serializable
- serialVersionUID:
- -2264442474142821023L
-
Class io.jenkins.plugins.artifactrepo.model.FormatType extends Object implements Serializable
- serialVersionUID:
- -6777952034460881203L
-
Serialized Fields
-
docker
boolean docker
-
maven
boolean maven
-
npm
boolean npm
-
other
boolean other
-
pypi
boolean pypi
-
-
Class io.jenkins.plugins.artifactrepo.model.RepoType extends Object implements Serializable
- serialVersionUID:
- -7816034408993177660L
-
Serialized Fields
-
local
boolean local
-
remote
boolean remote
-
virtual
boolean virtual
-
-