summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/Constants.java
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-01-04 08:42:54 -0500
committerJames Moger <james.moger@gitblit.com>2012-01-04 08:42:54 -0500
commitdf162cdbdfeb5fbf5500546c9783e1685be6980f (patch)
treebc3df2a3803387023a967ca4fe27767c6c9c84b6 /src/com/gitblit/Constants.java
parent0ea17fc294c1bb55a90037a150f4624992c0e9fb (diff)
downloadgitblit-df162cdbdfeb5fbf5500546c9783e1685be6980f.tar.gz
gitblit-df162cdbdfeb5fbf5500546c9783e1685be6980f.zip
Federation pull_scripts request. Documentation.
Diffstat (limited to 'src/com/gitblit/Constants.java')
-rw-r--r--src/com/gitblit/Constants.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/gitblit/Constants.java b/src/com/gitblit/Constants.java
index 8171d667..602a6aef 100644
--- a/src/com/gitblit/Constants.java
+++ b/src/com/gitblit/Constants.java
@@ -117,7 +117,7 @@ public class Constants {
* Enumeration representing the types of federation requests.
*/
public static enum FederationRequest {
- POKE, PROPOSAL, PULL_REPOSITORIES, PULL_USERS, PULL_TEAMS, PULL_SETTINGS, STATUS;
+ POKE, PROPOSAL, PULL_REPOSITORIES, PULL_USERS, PULL_TEAMS, PULL_SETTINGS, PULL_SCRIPTS, STATUS;
public static FederationRequest fromName(String name) {
for (FederationRequest type : values()) {