Uses of Class
org.cloudfoundry.client.lib.domain.CloudApplication.AppState

Packages that use CloudApplication.AppState
org.cloudfoundry.client.lib.domain   
 

Uses of CloudApplication.AppState in org.cloudfoundry.client.lib.domain
 

Methods in org.cloudfoundry.client.lib.domain that return CloudApplication.AppState
 CloudApplication.AppState CloudApplication.getState()
           
static CloudApplication.AppState CloudApplication.AppState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CloudApplication.AppState[] CloudApplication.AppState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.cloudfoundry.client.lib.domain with parameters of type CloudApplication.AppState
 void CloudApplication.setState(CloudApplication.AppState state)
           
 

Constructors in org.cloudfoundry.client.lib.domain with parameters of type CloudApplication.AppState
CloudApplication(String name, String command, String buildpackUrl, int memory, int instances, List<String> uris, List<String> serviceNames, CloudApplication.AppState state)
           
 



Copyright © 2013. All rights reserved.