Class GetTaskCommentsCmd

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String taskId  
    • Constructor Summary

      Constructors 
      Constructor Description
      GetTaskCommentsCmd​(java.lang.String taskId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Comment> execute​(CommandContext commandContext)  
      • Methods inherited from class java.lang.Object

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

      • taskId

        protected java.lang.String taskId
    • Constructor Detail

      • GetTaskCommentsCmd

        public GetTaskCommentsCmd​(java.lang.String taskId)