public interface CreateContainerMetadata<O extends CreateContainerOptions> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Container |
getContainer() |
Map<String,String> |
getContainerConfiguration() |
String |
getContainerName() |
String |
getContainerType() |
O |
getCreateOptions() |
Throwable |
getFailure() |
String |
getOverridenResolver() |
boolean |
isSuccess() |
void |
setContainer(Container container) |
void |
setContainerType(String containerType) |
void |
setCreateOptions(CreateContainerOptions options) |
void |
updateCredentials(String user,
String credential)
Updates the value of
CreateContainerOptions with updated credentials. |
boolean isSuccess()
Throwable getFailure()
String getContainerType()
void setContainerType(String containerType)
Container getContainer()
void setContainer(Container container)
String getContainerName()
O getCreateOptions()
void setCreateOptions(CreateContainerOptions options)
String getOverridenResolver()
void updateCredentials(String user, String credential)
CreateContainerOptions with updated credentials.user - credential - Copyright © 2011–2014 Red Hat. All rights reserved.