Class JobRunnerOps$
java.lang.Object
com.xebialabs.xlrelease.domain.runner.JobRunnerOps$
- All Implemented Interfaces:
JobRunnerOps
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JobRunnerOps$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
apply
(Set<JobRunnerOps> jobRunnerOps) void
execute
(JobRunner runner, RemoteExecution remoteExecution) void
void
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
JobRunnerOps$
public JobRunnerOps$()
-
-
Method Details
-
apply
-
start
- Specified by:
start
in interfaceJobRunnerOps
-
stop
- Specified by:
stop
in interfaceJobRunnerOps
-
delete
- Specified by:
delete
in interfaceJobRunnerOps
-
abortJob
- Specified by:
abortJob
in interfaceJobRunnerOps
-
accepts
- Specified by:
accepts
in interfaceJobRunnerOps
-
execute
- Specified by:
execute
in interfaceJobRunnerOps
-