Class GitPushTask

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

public class GitPushTask extends BaseWorkFlowTask
  • Constructor Details

    • GitPushTask

      public GitPushTask()
  • Method Details

    • getWorkFlowTaskParameters

      @NonNull public @NonNull List<WorkParameter> getWorkFlowTaskParameters()
    • getRepoPath

      public String getRepoPath(com.redhat.parodos.workflows.work.WorkContext workContext)
    • execute

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