Class JobRunnerOps$
- java.lang.Object
-
- com.xebialabs.xlrelease.domain.runner.JobRunnerOps$
-
- All Implemented Interfaces:
JobRunnerOps
public class JobRunnerOps$ extends java.lang.Object implements JobRunnerOps
-
-
Field Summary
Fields Modifier and Type Field Description static JobRunnerOps$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description JobRunnerOps$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
abortJob(JobRunner runner, long jobId)
boolean
accepts(JobRunner runner)
JobRunnerOps
apply(java.util.Set<JobRunnerOps> jobRunnerOps)
void
delete(JobRunner runner)
void
start(JobRunner runner)
void
stop(JobRunner runner)
-
-
-
Field Detail
-
MODULE$
public static final JobRunnerOps$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public JobRunnerOps apply(java.util.Set<JobRunnerOps> jobRunnerOps)
-
start
public void start(JobRunner runner)
- Specified by:
start
in interfaceJobRunnerOps
-
stop
public void stop(JobRunner runner)
- Specified by:
stop
in interfaceJobRunnerOps
-
delete
public void delete(JobRunner runner)
- Specified by:
delete
in interfaceJobRunnerOps
-
abortJob
public void abortJob(JobRunner runner, long jobId)
- Specified by:
abortJob
in interfaceJobRunnerOps
-
accepts
public boolean accepts(JobRunner runner)
- Specified by:
accepts
in interfaceJobRunnerOps
-
-