Repository: stratos
Updated Branches:
  refs/heads/release-4.1.5 aae197a72 -> 04c97cbd4


Add const for REPO_NOTIFY_NAME entity


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/5d75186f
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/5d75186f
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/5d75186f

Branch: refs/heads/release-4.1.5
Commit: 5d75186ffe9d0d638c4f12538ae29fa1a2bc9722
Parents: 348a71b
Author: Akila Perera <[email protected]>
Authored: Mon Nov 30 00:08:30 2015 +0530
Committer: gayangunarathne <[email protected]>
Committed: Mon Dec 7 10:16:24 2015 +0000

----------------------------------------------------------------------
 .../java/org/apache/stratos/integration/common/RestConstants.java   | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/5d75186f/products/stratos/modules/integration/test-common/src/main/java/org/apache/stratos/integration/common/RestConstants.java
----------------------------------------------------------------------
diff --git 
a/products/stratos/modules/integration/test-common/src/main/java/org/apache/stratos/integration/common/RestConstants.java
 
b/products/stratos/modules/integration/test-common/src/main/java/org/apache/stratos/integration/common/RestConstants.java
index aa2a220..7467e5d 100644
--- 
a/products/stratos/modules/integration/test-common/src/main/java/org/apache/stratos/integration/common/RestConstants.java
+++ 
b/products/stratos/modules/integration/test-common/src/main/java/org/apache/stratos/integration/common/RestConstants.java
@@ -35,6 +35,7 @@ public class RestConstants {
     public static final String APPLICATIONS_DEPLOY = "/deploy";
     public static final String APPLICATIONS_UNDEPLOY = "/undeploy";
     public static final String REPO_NOTIFY = "/" + API + "/repo/notify";
+    public static final String REPO_NOTIFY_NAME = "GitHook";
 
     public static final String AUTOSCALING_POLICIES_PATH = 
"/autoscaling-policies/";
     public static final String AUTOSCALING_POLICIES_NAME = "autoscalingPolicy";

Reply via email to