Class NotificationTaskViewConverter

    • Constructor Detail

      • NotificationTaskViewConverter

        public NotificationTaskViewConverter()
    • Method Detail

      • toFullView

        public TaskFullView toFullView​(com.xebialabs.xlrelease.domain.NotificationTask task,
                                       java.util.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 java.lang.Class<com.xebialabs.xlrelease.domain.NotificationTask> getTaskClass()
        Specified by:
        getTaskClass in class BaseTaskViewConverter<com.xebialabs.xlrelease.domain.NotificationTask>