This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// vim: noet sw=4 ts=4 cindent | |
// This is a helper that runs as privileged code, to get the LockableResource to pipeline jobs | |
package PipelineHelpers; | |
import org.jenkinsci.plugins.scriptsecurity.sandbox.whitelists.Whitelisted | |
// Wrapper class to expose a safe subset to the client code | |
class LockableResourcesHelper implements Serializable { |