Interface TaskViewConverter<T extends com.xebialabs.xlrelease.domain.Task>
- All Known Implementing Classes:
BaseTaskViewConverter,ContainerTaskViewConverter,CreateReleaseTaskViewConverter,CustomScriptTaskViewConverter,DefaultTaskViewConverter,GateTaskViewConverter,NotificationTaskViewConverter,ParallelGroupViewConverter,ScriptTaskViewConverter,SequentialGroupViewConverter,UserInputTaskViewConverter
public interface TaskViewConverter<T extends com.xebialabs.xlrelease.domain.Task>
-
Method Summary
Modifier and TypeMethodDescriptioncom.xebialabs.deployit.plugin.api.reflect.TypetoFullView(T task, List<com.xebialabs.deployit.plugin.api.reflect.Type> allowedTaskTypesForAuthenticatedUser) toTask(TaskFullView view)
-
Method Details
-
toFullView
TaskFullView toFullView(T task, List<com.xebialabs.deployit.plugin.api.reflect.Type> allowedTaskTypesForAuthenticatedUser) -
toTask
-
getTaskType
com.xebialabs.deployit.plugin.api.reflect.Type getTaskType()
-