public interface IOpenShiftResource
Modifier and Type | Method and Description |
---|---|
String |
getCreationLog()
Returns the log that was created when the resource was created.
|
Messages |
getMessages()
Returns all the (creation log) messages.
|
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
|
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.
String getCreationLog()
Messages getMessages()
getCreationLog()
void refresh() throws OpenShiftException
OpenShiftException
Copyright © 2013 JBoss by Red Hat. All rights reserved.