Class CreateApplicationTask

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

public class CreateApplicationTask extends BaseInfrastructureWorkFlowTask
CreateApplicationTask Creates an application under the application inventory with the details of the source repository to scan.
  • Field Details

    • mtaClient

      protected com.redhat.parodos.tasks.migrationtoolkit.MTAApplicationClient mtaClient
  • Constructor Details

    • CreateApplicationTask

      public CreateApplicationTask()
    • CreateApplicationTask

      public CreateApplicationTask(URI serverURL, String bearerToken)
  • Method Details

    • execute

      public com.redhat.parodos.workflows.work.WorkReport execute(com.redhat.parodos.workflows.work.WorkContext workContext)
      Parameters:
      workContext - optional context values: serverURL, and bearerToken for the mtaClient.