OpenShift Java Client 2.5.0.Final

Uses of Interface
com.openshift.client.IEnvironmentVariable

Packages that use IEnvironmentVariable
com.openshift.client   
com.openshift.internal.client   
 

Uses of IEnvironmentVariable in com.openshift.client
 

Methods in com.openshift.client that return IEnvironmentVariable
 IEnvironmentVariable IApplication.addEnvironmentVariable(String name, String value)
          Adds an environment variable to this application.
 IEnvironmentVariable IApplication.getEnvironmentVariable(String name)
          Return the environment variable for the specified name
 

Methods in com.openshift.client that return types with arguments of type IEnvironmentVariable
 Map<String,IEnvironmentVariable> IApplication.addEnvironmentVariables(Map<String,String> environmentVariables)
          Adds a map of environment variables to the application
 Map<String,IEnvironmentVariable> IApplication.getEnvironmentVariables()
          Retrieves the map of environment variables
 

Methods in com.openshift.client with parameters of type IEnvironmentVariable
 void IApplication.removeEnvironmentVariable(IEnvironmentVariable environmentVariable)
          Removes the environment variables with the given name from this application.
 

Uses of IEnvironmentVariable in com.openshift.internal.client
 

Classes in com.openshift.internal.client that implement IEnvironmentVariable
 class EnvironmentVariableResource
           
 

Methods in com.openshift.internal.client that return IEnvironmentVariable
 IEnvironmentVariable ApplicationResource.addEnvironmentVariable(String name, String value)
           
 IEnvironmentVariable ApplicationResource.getEnvironmentVariable(String name)
           
 

Methods in com.openshift.internal.client that return types with arguments of type IEnvironmentVariable
 Map<String,IEnvironmentVariable> ApplicationResource.addEnvironmentVariables(Map<String,String> environmentVariables)
           
 Map<String,IEnvironmentVariable> ApplicationResource.getEnvironmentVariables()
           
protected  Map<String,IEnvironmentVariable> ApplicationResource.getOrLoadEnvironmentVariables()
           
 

Methods in com.openshift.internal.client with parameters of type IEnvironmentVariable
 void ApplicationResource.removeEnvironmentVariable(IEnvironmentVariable environmentVariable)
           
 


OpenShift Java Client 2.5.0.Final

Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.