Class IssueFactory


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

      Constructors 
      Constructor Description
      IssueFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Issue create​(int projectId, java.lang.String subject)
      Each Issue object must have project Id set in order for Redmine 3.x to accept it via REST API.
      static Issue create​(java.lang.Integer databaseId)  
      • Methods inherited from class java.lang.Object

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

      • IssueFactory

        public IssueFactory()
    • Method Detail

      • create

        public static Issue create​(int projectId,
                                   java.lang.String subject)
        Each Issue object must have project Id set in order for Redmine 3.x to accept it via REST API.
      • create

        public static Issue create​(java.lang.Integer databaseId)