public class JobResult extends Object implements Comparable<JobResult>
Constructor and Description |
---|
JobResult(boolean success,
String displayText) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(JobResult other) |
boolean |
equals(Object o) |
String |
getDisplayText() |
boolean |
getSuccess() |
int |
hashCode() |
String |
toString() |
Copyright © 2009-2012 jclouds. All Rights Reserved.