Class PhaseView


  • public class PhaseView
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PhaseView​(com.xebialabs.xlrelease.domain.Phase phase)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()  
      java.util.List<TaskView> getTasks()  
      java.lang.String getTitle()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PhaseView

        public PhaseView​(com.xebialabs.xlrelease.domain.Phase phase)
    • Method Detail

      • getId

        public java.lang.String getId()
      • getTitle

        public java.lang.String getTitle()
      • getTasks

        public java.util.List<TaskView> getTasks()