Uses of Class
io.jenkins.plugins.artifactrepo.model.ArtifactRepoParamProxy
-
Packages that use ArtifactRepoParamProxy Package Description io.jenkins.plugins.artifactrepo io.jenkins.plugins.artifactrepo.helper io.jenkins.plugins.artifactrepo.model -
-
Uses of ArtifactRepoParamProxy in io.jenkins.plugins.artifactrepo
Constructors in io.jenkins.plugins.artifactrepo with parameters of type ArtifactRepoParamProxy 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)
-
Uses of ArtifactRepoParamProxy in io.jenkins.plugins.artifactrepo.helper
Methods in io.jenkins.plugins.artifactrepo.helper with parameters of type ArtifactRepoParamProxy Modifier and Type Method Description static org.apache.http.impl.client.HttpClientBuilder
PluginHelper. getBuilder(String repoCredId, ArtifactRepoParamProxy proxy, boolean ignoreSSL)
Returns an opinionated and preconfigured HttpClient builder object. -
Uses of ArtifactRepoParamProxy in io.jenkins.plugins.artifactrepo.model
Fields in io.jenkins.plugins.artifactrepo.model declared as ArtifactRepoParamProxy Modifier and Type Field Description static ArtifactRepoParamProxy
ArtifactRepoParamProxy. DISABLED
-