Class ProjectAccessRequestApprovalWorkFlowCheckerTask

java.lang.Object
com.redhat.parodos.workflow.task.BaseWorkFlowTask
com.redhat.parodos.workflow.task.checker.BaseWorkFlowCheckerTask
com.redhat.parodos.tasks.project.checker.ProjectAccessRequestApprovalWorkFlowCheckerTask
All Implemented Interfaces:
WorkFlowTask, com.redhat.parodos.workflows.work.Work, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware

public class ProjectAccessRequestApprovalWorkFlowCheckerTask extends BaseWorkFlowCheckerTask
Project access request approval workflow checker task
Author:
Annel Ketcha (Github: anludke)
  • Constructor Details

    • ProjectAccessRequestApprovalWorkFlowCheckerTask

      public ProjectAccessRequestApprovalWorkFlowCheckerTask(com.redhat.parodos.workflows.workflow.WorkFlow projectAccessRequestApprovalEscalationWorkFlow, long sla, String serviceUrl, String servicePort, String serviceAccountUsername, String serviceAccountPassword)
  • Method Details

    • checkWorkFlowStatus

      public com.redhat.parodos.workflows.work.WorkReport checkWorkFlowStatus(com.redhat.parodos.workflows.work.WorkContext workContext)
      Specified by:
      checkWorkFlowStatus in class BaseWorkFlowCheckerTask