Skip to content

Commit

Permalink
Merge pull request #78 from jglick/RunWrapper.getChangeSets-JENKINS-3…
Browse files Browse the repository at this point in the history
…0412

[JENKINS-30412] Add some useful whitelists pertaining to ChangeLogSet
  • Loading branch information
jglick committed Jul 11, 2016
2 parents fbfe950 + 12b7a54 commit 1cd96ba
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ method groovy.lang.Closure ncurry int java.lang.Object
method groovy.lang.Closure ncurry int java.lang.Object[]
method groovy.lang.Closure setDelegate java.lang.Object
method groovy.lang.Closure setResolveStrategy int
method groovy.lang.GString plus java.lang.String
method groovy.lang.Script getBinding

# Needed for Groovy Templates to emit output:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,24 @@ staticMethod hudson.model.Environment create hudson.EnvVars
method hudson.model.Item getParent
method hudson.model.ModelObject getDisplayName
method hudson.model.Run getFullDisplayName
method hudson.model.User getFullName
method hudson.model.User getId
method hudson.scm.ChangeLogSet getItems
method hudson.scm.ChangeLogSet getKind
method hudson.scm.ChangeLogSet isEmptySet
method hudson.scm.ChangeLogSet$AffectedFile getEditType
method hudson.scm.ChangeLogSet$AffectedFile getPath
method hudson.scm.ChangeLogSet$Entry getAffectedFiles
method hudson.scm.ChangeLogSet$Entry getAffectedPaths
method hudson.scm.ChangeLogSet$Entry getAuthor
method hudson.scm.ChangeLogSet$Entry getCommitId
method hudson.scm.ChangeLogSet$Entry getMsg
method hudson.scm.ChangeLogSet$Entry getMsgAnnotated
method hudson.scm.ChangeLogSet$Entry getMsgEscaped
method hudson.scm.ChangeLogSet$Entry getTimestamp
field hudson.scm.EditType ADD
field hudson.scm.EditType DELETE
field hudson.scm.EditType EDIT
method hudson.scm.EditType getName
method hudson.tools.ToolInstallation getHome
method hudson.tools.ToolInstallation getName

0 comments on commit 1cd96ba

Please sign in to comment.