< prev index next >

host/src/main/java/org/openjdk/skara/host/PullRequest.java

Print this page
@@ -107,10 +107,16 @@
       * Title of the request.
       * @return
       */
      String getTitle();
  
+     /**
+      * Update the title of the request.
+      * @param title
+      */
+     void setTitle(String title);
+ 
      /**
       * The main body of the request.
       * @return
       */
      String getBody();
< prev index next >