Interface | Description |
---|---|
CancelableJobStatus |
The status of a job that can be canceled.
|
JobProgress |
Give informations about the progress of a job.
|
JobProgressManager |
Helper to manipulate current progress.
|
JobProgressStep |
Represents one step in the progress tree.
|
JobStatus |
Describe the current status of a job.
|
ProgressEvent |
Progress related events.
|
QuestionEvent |
Common interface for job question events.
|
Class | Description |
---|---|
AbstractProgressEvent |
Base class for progress related events.
|
AbstractQuestionEvent |
Common implementation for job question events.
|
EndStepProgressEvent |
Indicate to the progress listener to close the current step.
|
PopLevelProgressEvent |
Indicate to the progress listener that a new step level is ending.
|
PushLevelProgressEvent |
Indicate to the progress listener that a new step level is starting.
|
QuestionAnsweredEvent |
Event fired after a question raised by an interactive job is answered.
|
QuestionAskedEvent |
Event fired when an interactive job asks a question.
|
StartStepProgressEvent |
Indicate to the progress listener that a new step is starting.
|
StepProgressEvent | Deprecated
since 7.1M2, use
StartStepProgressEvent instead |
Enum | Description |
---|---|
JobStatus.State |
Job status.
|
Copyright © 2004–2021 XWiki. All rights reserved.