Class TasksViewConverter
java.lang.Object
com.xebialabs.xlrelease.views.converters.TasksViewConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetTaskViewConverters(List<? extends TaskViewConverter> taskViewConverters) toFullView(com.xebialabs.xlrelease.domain.Task task, List<com.xebialabs.deployit.plugin.api.reflect.Type> allowedTaskTypesForAuthenticatedUser) toFullView(Collection<? extends com.xebialabs.xlrelease.domain.Task> tasks, List<com.xebialabs.deployit.plugin.api.reflect.Type> allowedTaskTypesForAuthenticatedUser) com.xebialabs.xlrelease.domain.TasktoTask(TaskFullView view)
-
Constructor Details
-
TasksViewConverter
public TasksViewConverter()
-
-
Method Details
-
setTaskViewConverters
-
toFullView
public TaskFullView toFullView(com.xebialabs.xlrelease.domain.Task task, List<com.xebialabs.deployit.plugin.api.reflect.Type> allowedTaskTypesForAuthenticatedUser) -
toFullView
public List<TaskFullView> toFullView(Collection<? extends com.xebialabs.xlrelease.domain.Task> tasks, List<com.xebialabs.deployit.plugin.api.reflect.Type> allowedTaskTypesForAuthenticatedUser) -
toTask
-