From 7c1cdc8b2f3686626de0f1a523965f5555f469d7 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 10 May 2012 17:38:25 -0400 Subject: [PATCH] Revisions to custom fields --- groovy/blockpush.groovy | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/groovy/blockpush.groovy b/groovy/blockpush.groovy index 186b242..d0e2c2e 100644 --- a/groovy/blockpush.groovy +++ b/groovy/blockpush.groovy @@ -58,6 +58,9 @@ * 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 * */ -- Gitblit v1.9.1