summaryrefslogtreecommitdiffstats
path: root/groovy/protect-refs.groovy
diff options
context:
space:
mode:
Diffstat (limited to 'groovy/protect-refs.groovy')
-rw-r--r--groovy/protect-refs.groovy3
1 files changed, 3 insertions, 0 deletions
diff --git a/groovy/protect-refs.groovy b/groovy/protect-refs.groovy
index 48ac60f1..f730bcb2 100644
--- a/groovy/protect-refs.groovy
+++ b/groovy/protect-refs.groovy
@@ -64,6 +64,9 @@ import org.slf4j.Logger
* url Base url for Gitblit String
* logger Logs messages to Gitblit org.slf4j.Logger
* clientLogger Logs messages to Git client com.gitblit.utils.ClientLogger
+ *
+ * Accessing Gitblit Custom Fields:
+ * def myCustomField = repository.customFields.myCustomField
*
*/