public interface IEnvironmentVariable extends IOpenShiftResource
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Destroys this environment variable
|
IApplication |
getApplication()
Returns the application for this environment variable
|
String |
getName() |
String |
getValue() |
void |
update(String value)
Updates this environment variable to the given value.
|
getCreationLog, getMessages, hasCreationLog, refresh
String getName()
String getValue()
void update(String value) throws OpenShiftException
value
- new value for this environment variableOpenShiftException
void destroy() throws OpenShiftException
OpenShiftException
IApplication getApplication()
Copyright © 2013 JBoss by Red Hat. All rights reserved.