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, refresh
String 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)
insteadOpenShiftException
IApplication getApplication()
Copyright © 2018 JBoss by Red Hat. All rights reserved.