Interface TaskWithBlock
- All Superinterfaces:
SerializableTask
Information about task exposed via its root block.
-
Method Summary
Modifier and TypeMethodDescriptionReturns list of block ids which are active at the moment.getBlock()
Returns state of the root blockMethods inherited from interface com.xebialabs.deployit.engine.api.execution.SerializableTask
getCompletionDate, getDescription, getFailureCount, getId, getMetadata, getOwner, getPackageDependencies, getScheduledDate, getStartDate, getState, getWorkerId
-
Method Details
-
getBlock
BlockState getBlock()Returns state of the root block -
getActiveBlocks
Returns list of block ids which are active at the moment.
-