Class Nexus
- java.lang.Object
-
- io.jenkins.plugins.artifactrepo.connectors.impl.Nexus
-
-
Constructor Summary
Constructors Constructor Description Nexus(ArtifactRepoParamDefinition definition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ResultEntry>
getResults()
Get the results from the repository instance defined in the build parameters.
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Nexus
public Nexus(@Nonnull ArtifactRepoParamDefinition definition)
-
-
Method Detail
-
getResults
public List<ResultEntry> getResults()
Description copied from interface:Connector
Get the results from the repository instance defined in the build parameters. The results take the API options into consideration but not any of the display options. No modifications are done and the results are returned as provided by the target server.- Specified by:
getResults
in interfaceConnector
-
-