Package | Description |
---|---|
com.openshift.client |
Modifier and Type | Method and Description |
---|---|
Message |
Messages.getFirstBy(IField field)
Returns the first message of the given field type.
|
Message |
Messages.getFirstBy(IField field,
ISeverity severity)
Returns the first message of the given field type and severity.
|
Modifier and Type | Method and Description |
---|---|
List<Message> |
Messages.getAll() |
List<Message> |
Messages.getBy(IField field)
Returns all the message of the given field type.
|
List<Message> |
Messages.getBy(IField field,
ISeverity severity)
Returns the messages of the given field type and severity.
|
List<Message> |
OpenShiftEndpointException.getRestResponseMessage(IField field)
Returns the message for the given field.
|
Constructor and Description |
---|
Messages(Map<IField,List<Message>> messages)
Instantiates a new abstract open shift resource.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.