Class NotificationTaskViewConverter

java.lang.Object
com.xebialabs.xlrelease.views.converters.BaseTaskViewConverter<com.xebialabs.xlrelease.domain.NotificationTask>
com.xebialabs.xlrelease.domain.tasks.notification.NotificationTaskViewConverter
All Implemented Interfaces:
TaskViewConverter<com.xebialabs.xlrelease.domain.NotificationTask>, PlanItemConverter

@Component public class NotificationTaskViewConverter extends BaseTaskViewConverter<com.xebialabs.xlrelease.domain.NotificationTask>
  • Constructor Details

    • NotificationTaskViewConverter

      public NotificationTaskViewConverter()
  • Method Details

    • toFullView

      public TaskFullView toFullView(com.xebialabs.xlrelease.domain.NotificationTask task, List<com.xebialabs.deployit.plugin.api.reflect.Type> allowedTaskTypesForAuthenticatedUser)
      Specified by:
      toFullView in interface TaskViewConverter<com.xebialabs.xlrelease.domain.NotificationTask>
      Overrides:
      toFullView in class BaseTaskViewConverter<com.xebialabs.xlrelease.domain.NotificationTask>
    • fromView

      protected com.xebialabs.xlrelease.domain.NotificationTask fromView(TaskFullView view)
      Specified by:
      fromView in class BaseTaskViewConverter<com.xebialabs.xlrelease.domain.NotificationTask>
    • getTaskClass

      protected Class<com.xebialabs.xlrelease.domain.NotificationTask> getTaskClass()
      Specified by:
      getTaskClass in class BaseTaskViewConverter<com.xebialabs.xlrelease.domain.NotificationTask>