Uses of Class
io.jenkins.plugins.artifactrepo.model.ResultEntry
-
Packages that use ResultEntry Package Description io.jenkins.plugins.artifactrepo io.jenkins.plugins.artifactrepo.connectors io.jenkins.plugins.artifactrepo.connectors.impl -
-
Uses of ResultEntry in io.jenkins.plugins.artifactrepo
Methods in io.jenkins.plugins.artifactrepo that return types with arguments of type ResultEntry Modifier and Type Method Description Map<String,ResultEntry>
ArtifactRepoParamDefinition. getResult()
Request data from the target instance to display as build parameter. -
Uses of ResultEntry in io.jenkins.plugins.artifactrepo.connectors
Methods in io.jenkins.plugins.artifactrepo.connectors that return types with arguments of type ResultEntry Modifier and Type Method Description List<ResultEntry>
Connector. getResults()
Get the results from the repository instance defined in the build parameters. -
Uses of ResultEntry in io.jenkins.plugins.artifactrepo.connectors.impl
Methods in io.jenkins.plugins.artifactrepo.connectors.impl that return types with arguments of type ResultEntry Modifier and Type Method Description List<ResultEntry>
Artifactory. getResults()
List<ResultEntry>
Dummy. getResults()
List<ResultEntry>
Nexus. getResults()
-