public interface IOpenShiftResource
Modifier and Type | Method and Description |
---|---|
String |
getCreationLog()
Returns the log that was created when the resource was created.
|
boolean |
hasCreationLog()
Returns
true if there is log about the creation of this resource. |
void |
refresh()
Refresh the resource and its list of children resources that were previously loaded
|
String getCreationLog()
boolean hasCreationLog()
true if there is log about the creation of this resource.
Creation logs are only available at creation time. So resources that were retrieved
while they already existed wont have a creation log.
void refresh() throws OpenShiftException
OpenShiftException
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.