public interface OctopusBatchService
List<OctopusBatchJobInfo> getJobInfos()
Long start(String operateUser, String systemId, String jobName, String parameters, Boolean checkLastJob)
OctopusBatchJobExecution abandon(String operateUser, String systemId, long jobExecutionId)
Long startNextInstance(String operateUser, String systemId, String jobName, Boolean chkLastJob)
OctopusBatchJobInstances getJobInstances(String systemId, String jobName, int start, int count)
OctopusBatchJobExecution getJobExecution(String systemId, Long executionId)
OctopusBatchStepExecution getStepExecution(String systemId, Long jobExecutionId, Long stepExecutionId)
OctopusBatchJobInstance getJobInstance(String systemId, Long instanceId)
List<OctopusBatchJobExecution> getJobExecutions(String systemId, Long instanceId)
OctopusBatchJobExecutions getJobExecutionsByJobName(String systemId, String jobName, int jobStart, int jobCount)
Set<OctopusBatchJobExecution> findRunningJobExecutions(String systemId, String jobName)
Copyright © 2021 KRProject. All rights reserved.