IApplication insteadpublic interface IEnvironmentVariable extends IOpenShiftResource
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Deprecated.
|
IApplication |
getApplication()
Deprecated.
Returns the application for this environment variable
|
String |
getName()
Deprecated.
|
String |
getValue()
Deprecated.
|
void |
update(String value)
Deprecated.
|
getCreationLog, getMessages, hasCreationLog, refreshString getName()
@Deprecated String getValue()
@Deprecated void update(String value) throws OpenShiftException
IApplication.updateEnvironmentVariable(java.lang.String, java.lang.String) insteadvalue - new value for this environment variableOpenShiftException@Deprecated void destroy() throws OpenShiftException
IApplication.removeEnvironmentVariable(java.lang.String) insteadOpenShiftExceptionIApplication getApplication()
Copyright © 2016 JBoss by Red Hat. All rights reserved.