Class Dummy
- java.lang.Object
- 
- io.jenkins.plugins.artifactrepo.connectors.impl.Dummy
 
- 
- 
Constructor SummaryConstructors Constructor Description Dummy()
 - 
Method SummaryAll 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.
 
- 
- 
- 
Method Detail- 
getResultspublic List<ResultEntry> getResults() Description copied from interface:ConnectorGet 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:
- getResultsin interface- Connector
 
 
- 
 
-