diff options
author | James Moger <james.moger@gitblit.com> | 2012-05-10 17:38:25 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-05-10 17:38:25 -0400 |
commit | 7c1cdc8b2f3686626de0f1a523965f5555f469d7 (patch) | |
tree | 5247376854da5f38de7036b096fbae69cbb70274 /groovy/protect-refs.groovy | |
parent | a5b1594130419c1523b3786d0bbb12adfd1e4d7b (diff) | |
download | gitblit-7c1cdc8b2f3686626de0f1a523965f5555f469d7.tar.gz gitblit-7c1cdc8b2f3686626de0f1a523965f5555f469d7.zip |
Revisions to custom fields
Diffstat (limited to 'groovy/protect-refs.groovy')
-rw-r--r-- | groovy/protect-refs.groovy | 3 |
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
*
*/
|