Package com.openshift.internal.client

Examples of com.openshift.internal.client.Field


  private int exitCode;

  public Message(String text, String field, String severity, int exitCode) {
    this.text = text;
    this.severity = new Severity(severity);
    this.field = new Field(field);
    this.exitCode = exitCode;
  }
View Full Code Here

TOP

Related Classes of com.openshift.internal.client.Field

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.