Class AapLaunchJobWorkFlowTask

All Implemented Interfaces:
WorkFlowTask, com.redhat.parodos.workflows.work.Work, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware

public class AapLaunchJobWorkFlowTask extends BaseInfrastructureWorkFlowTask
  • Field Details

  • Constructor Details

    • AapLaunchJobWorkFlowTask

      public AapLaunchJobWorkFlowTask(String aapUrl, String username, String password)
  • Method Details

    • execute

      public com.redhat.parodos.workflows.work.WorkReport execute(com.redhat.parodos.workflows.work.WorkContext workContext)
    • executeAapJob

      protected org.springframework.http.ResponseEntity<AapGetJobResponseDTO> executeAapJob(String jobTemplateId)
    • responseAction

      protected void responseAction(AapGetJobResponseDTO responseDTO)