OpenShift Java Client 2.5.0.Final

Uses of Interface
com.openshift.client.IField

Packages that use IField
com.openshift.client   
com.openshift.internal.client   
 

Uses of IField in com.openshift.client
 

Fields in com.openshift.client declared as IField
static IField IField.APPINFO
           
static IField IField.DEFAULT
           
static IField IField.RESULT
           
 

Methods in com.openshift.client that return IField
 IField Message.getField()
           
 

Methods in com.openshift.client with parameters of type IField
 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.
 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.
 List<Message> OpenShiftEndpointException.getRestResponseMessage(IField field)
          Returns the message for the given field.
 

Constructor parameters in com.openshift.client with type arguments of type IField
Messages(Map<IField,List<Message>> messages)
          Instantiates a new abstract open shift resource.
 

Uses of IField in com.openshift.internal.client
 

Classes in com.openshift.internal.client that implement IField
 class Field
           
 


OpenShift Java Client 2.5.0.Final

Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.