JobEvent.Failed, JobEvent.Finished, JobEvent.ProgressUpdate, JobEvent.Started
Modifier and Type | Method and Description |
---|---|
TrackedJob |
getJob()
Get the job in this event.
|
int |
getStepsDone()
Get the number of steps done.
|
int |
getTotalSteps()
Get the total steps.
|
java.lang.String |
toString() |
public TrackedJob getJob()
Get the job in this event.
public int getStepsDone()
Get the number of steps done.
public int getTotalSteps()
Get the total steps.
public java.lang.String toString()
toString
in class java.lang.Object