org.jenkinsci.plugins.relution.entities
Class ApplicationList
java.lang.Object
org.jenkinsci.plugins.relution.entities.ApplicationList
public class ApplicationList
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationList
public ApplicationList(ArrayList<ShortApplicationInformation> results)
- Class holds informations about the released applications in the store
- Parameters:
list
- list of all Released Applications.
getResults
public List<ShortApplicationInformation> getResults()
- get an list of all released apps in the store.
- Returns:
- list of all released apps
setResults
public void setResults(List<ShortApplicationInformation> results)
- set a new released app list
- Parameters:
results
-
Copyright © 2004-2013. All Rights Reserved.