summaryrefslogtreecommitdiffstats
path: root/sandbox/kgoodson/jagg/src/main/java/services/PlanView.java
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-02-02 15:12:33 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-02-02 15:12:33 +0000
commit38aee9dbfbb414a347797fb199b08f281a00fbfb (patch)
treee9a9c539d910093cad435f70305ce95066b96aaa /sandbox/kgoodson/jagg/src/main/java/services/PlanView.java
parente72eae73df115ffb282149ed1c2cf5d66970e3b5 (diff)
basically complete but needs error handling and tidying
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905668 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sandbox/kgoodson/jagg/src/main/java/services/PlanView.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/sandbox/kgoodson/jagg/src/main/java/services/PlanView.java b/sandbox/kgoodson/jagg/src/main/java/services/PlanView.java
index 101e1d1e01..ffb68270da 100644
--- a/sandbox/kgoodson/jagg/src/main/java/services/PlanView.java
+++ b/sandbox/kgoodson/jagg/src/main/java/services/PlanView.java
@@ -31,6 +31,8 @@ import com.example.ipo.jaxb.Plan;
public interface PlanView {
Plan get();
- void post(String newMSName,String msChoice, String jira);
+ Plan getLite(); // don't go off to issue site - use cached properties
+ void postNewWorkItem(String msChoice, String jira);
+ void postNewMilestone(String newMSName);
} \ No newline at end of file