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/6b5b847f
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/6b5b847f
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/6b5b847f

Branch: refs/heads/stratos-4.1.x
Commit: 6b5b847f55d8b011347935f7b22ab2e6acdaaf2a
Parents: 6adcd8c
Author: Akila Perera <[email protected]>
Authored: Mon Nov 30 00:08:30 2015 +0530
Committer: Akila Perera <[email protected]>
Committed: Mon Nov 30 00:33:46 2015 +0530

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


http://git-wip-us.apache.org/repos/asf/stratos/blob/6b5b847f/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