Interface TaskBlockServiceDefaults
-
- All Superinterfaces:
TaskBlockService
public interface TaskBlockServiceDefaults extends TaskBlockService
This class is used to wrap TaskBlockService in order to ensure backwards compatibility for generated clients.
-
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description default java.util.List<TaskWithBlock>
getAllCurrentTasks()
static java.lang.invoke.MethodHandles.Lookup
getLookup()
default java.util.List<TaskWithBlock>
getMyCurrentTasks()
-
Methods inherited from interface com.xebialabs.deployit.engine.api.TaskBlockService
abort, addPause, archive, assign, cancel, export, forceCancel, forceCancelTasks, getAllCurrentTasks, getBlock, getCurrentSatelliteTasks, getMyCurrentTasks, getMySatelliteTasks, getStep, getSteps, getTask, query, schedule, skip, start, stop, takeover, unskip
-
-
-
-
Method Detail
-
getLookup
static java.lang.invoke.MethodHandles.Lookup getLookup()
-
getMyCurrentTasks
default java.util.List<TaskWithBlock> getMyCurrentTasks()
-
getAllCurrentTasks
default java.util.List<TaskWithBlock> getAllCurrentTasks()
-
-