-
Nested Class Summary
Nested Classes
-
-
Constructor Summary
Constructors
-
Method Summary
long
org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SecureGroovyScript
Gets a system Groovy script to be executed in order to determine if the
LockableResource matches the condition.
void
void
Methods inherited from class hudson.model.JobProperty
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, reconfigure, setOwner
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
getResources
public String[] getResources()
-
getResourceNames
public String getResourceNames()
-
getResourceNamesVar
public String getResourceNamesVar()
-
getResourceNumber
public String getResourceNumber()
-
-
getResourceMatchScript
@CheckForNull
public org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SecureGroovyScript getResourceMatchScript()
Gets a system Groovy script to be executed in order to determine if the
LockableResource matches the condition.
- Returns:
- System Groovy Script if defined
- Since:
- 2.0
- See Also:
-
-
getLockTimeout
public long getLockTimeout()
-
setLockTimeout
@DataBoundSetter
public void setLockTimeout(long lockTimeout)
-
getLockTimeoutUnit
public String getLockTimeoutUnit()
-
setLockTimeoutUnit
@DataBoundSetter
public void setLockTimeoutUnit(String lockTimeoutUnit)