Package com.databricks.sdk.service.jobs
Class JobSource
- java.lang.Object
-
- com.databricks.sdk.service.jobs.JobSource
-
@Generated public class JobSource extends Object
The source of the job specification in the remote repository when the job is source controlled.
-
-
Constructor Summary
Constructors Constructor Description JobSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)JobSourceDirtyStategetDirtyState()StringgetImportFromGitBranch()StringgetJobConfigPath()inthashCode()JobSourcesetDirtyState(JobSourceDirtyState dirtyState)JobSourcesetImportFromGitBranch(String importFromGitBranch)JobSourcesetJobConfigPath(String jobConfigPath)StringtoString()
-
-
-
Method Detail
-
setDirtyState
public JobSource setDirtyState(JobSourceDirtyState dirtyState)
-
getDirtyState
public JobSourceDirtyState getDirtyState()
-
getImportFromGitBranch
public String getImportFromGitBranch()
-
getJobConfigPath
public String getJobConfigPath()
-
-