com.atlassian.jira.appconsistency.integrity.check
Class WorkflowIssueStatusNull
java.lang.Object
com.atlassian.jira.appconsistency.integrity.check.CheckImpl
com.atlassian.jira.appconsistency.integrity.check.WorkflowIssueStatusNull
- All Implemented Interfaces:
- Check
- public class WorkflowIssueStatusNull
- extends CheckImpl
This check will update an issues status with the value in the workflow entry table if null.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkflowIssueStatusNull
public WorkflowIssueStatusNull(OfBizDelegator ofBizDelegator,
Long id)
getDescription
public String getDescription()
preview
public List preview()
throws IntegrityException
- Throws:
IntegrityException
correct
public List correct()
throws IntegrityException
- Throws:
IntegrityException
isAvailable
public boolean isAvailable()
getUnavailableMessage
public String getUnavailableMessage()
setWorkflowManager
public void setWorkflowManager(WorkflowManager workflowManager)
Copyright © 2002-2007 Atlassian. All Rights Reserved.