Class CreateReleaseTaskViewConverter

    • Constructor Detail

      • CreateReleaseTaskViewConverter

        @Autowired
        public CreateReleaseTaskViewConverter​(com.xebialabs.xlrelease.repository.ConfigurationRepository configurationRepository,
                                              com.xebialabs.xlrelease.service.ReleaseSearchService releaseSearchService)
    • Method Detail

      • toFullView

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

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

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