public interface TaskCreationService
Modifier and Type | Method and Description |
---|---|
java.lang.String |
createWithStepBlock(org.springframework.security.core.Authentication owner,
java.lang.String description,
java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> steps,
java.util.Map<java.lang.String,java.lang.String> metadata)
Create and register a task with given steps and metadata.
|
java.lang.String createWithStepBlock(org.springframework.security.core.Authentication owner, java.lang.String description, java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> steps, java.util.Map<java.lang.String,java.lang.String> metadata)