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, refreshString getName()
String getValue()
void update(String value) throws OpenShiftException
value - new value for this environment variableOpenShiftExceptionvoid destroy()
throws OpenShiftException
OpenShiftExceptionIApplication getApplication()
Copyright © 2013 JBoss by Red Hat. All rights reserved.