public class QuestionAnsweredEvent extends AbstractQuestionEvent
JobStatus
instance that can be used to access the questionnull
Constructor and Description |
---|
QuestionAnsweredEvent()
Creates a new event.
|
QuestionAnsweredEvent(String questionType)
Creates a new event for a question of the specified type.
|
QuestionAnsweredEvent(String questionType,
List<String> jobId)
Creates a new event for a question of the specified type and a job with the given id.
|
public QuestionAnsweredEvent()
public QuestionAnsweredEvent(String questionType)
questionType
- the type of question that has been answeredpublic QuestionAnsweredEvent(String questionType, List<String> jobId)
questionType
- the type of question that has been answeredjobId
- the id of the job that raised the question that triggered this eventCopyright © 2004–2021 XWiki. All rights reserved.