public interface IStoredJobLoadResult extends IStoredJob
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Return the success/error message for the result.
|
boolean |
isSkippedJob()
Return true if the job was newly created, false if it was updated
|
boolean |
isSuccessful()
Return true if the load was successful.
|
getDescription, getUrl
getGroup, getJobId, getName, getProject
boolean isSuccessful()
boolean isSkippedJob()
java.lang.String getMessage()