org.jenkinsci.plugins.relution.entities
Class ApplicationList

java.lang.Object
  extended by org.jenkinsci.plugins.relution.entities.ApplicationList

public class ApplicationList
extends Object


Constructor Summary
ApplicationList(ArrayList<ShortApplicationInformation> results)
          Class holds informations about the released applications in the store
 
Method Summary
 List<ShortApplicationInformation> getResults()
          get an list of all released apps in the store.
 void setResults(List<ShortApplicationInformation> results)
          set a new released app list
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationList

public ApplicationList(ArrayList<ShortApplicationInformation> results)
Class holds informations about the released applications in the store

Parameters:
list - list of all Released Applications.
Method Detail

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.