Package com.atlassian.jira.workflow.edit
Class WorkflowIssueCountValidator
java.lang.Object
com.atlassian.jira.workflow.edit.WorkflowIssueCountValidator
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowIssueCountValidator(QueryDslAccessor queryDslAccessor, JiraAuthenticationContext jiraAuthenticationContext) -
Method Summary
Modifier and TypeMethodDescriptionvalidateNoIssuesInStatus(String workflowName, String statusId) Validates if there are no issues inworkflowNamewith jira statusstatusId
-
Constructor Details
-
WorkflowIssueCountValidator
public WorkflowIssueCountValidator(QueryDslAccessor queryDslAccessor, JiraAuthenticationContext jiraAuthenticationContext)
-
-
Method Details
-
validateNoIssuesInStatus
Validates if there are no issues inworkflowNamewith jira statusstatusId- Parameters:
workflowName-statusId-- Returns:
-