Interface JobValidationReference
-
- All Superinterfaces:
JobReference
public interface JobValidationReference extends JobReference
Job descriptor interface for validation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.lang.LonggetDatabaseId()default java.lang.StringgetJobAndGroup()java.lang.IntegergetMaxMultipleExecutions()java.lang.BooleangetMultipleExecutions()java.lang.StringgetUuid()booleanhasSecureOptions()-
Methods inherited from interface com.dtolabs.rundeck.core.jobs.JobReference
getGroupPath, getId, getJobName, getOriginalQuartzGroupName, getOriginalQuartzJobName, getProject, getServerUUID
-
-
-
-
Method Detail
-
getDatabaseId
java.lang.Long getDatabaseId()
-
getUuid
java.lang.String getUuid()
-
getMultipleExecutions
java.lang.Boolean getMultipleExecutions()
-
getMaxMultipleExecutions
java.lang.Integer getMaxMultipleExecutions()
-
hasSecureOptions
boolean hasSecureOptions()
-
getJobAndGroup
default java.lang.String getJobAndGroup()
- Specified by:
getJobAndGroupin interfaceJobReference- Returns:
- Job and group path combined.
-
-