Class Goals


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

      Constructors 
      Constructor Description
      Goals​(java.util.List<Goal> goals)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Goal> getAll()  
      Goal ofIssue​(Issue issue)  
      • Methods inherited from class java.lang.Object

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

      • Goals

        public Goals​(java.util.List<Goal> goals)
    • Method Detail

      • getAll

        public java.util.List<Goal> getAll()
      • ofIssue

        public Goal ofIssue​(Issue issue)