Package com.databricks.sdk.service.jobs
Class GitSource
- java.lang.Object
-
- com.databricks.sdk.service.jobs.GitSource
-
@Generated public class GitSource extends Object
An optional specification for a remote repository containing the notebooks used by this job's notebook tasks.
-
-
Constructor Summary
Constructors Constructor Description GitSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getGitBranch()
String
getGitCommit()
GitSourceGitProvider
getGitProvider()
GitSnapshot
getGitSnapshot()
String
getGitTag()
String
getGitUrl()
int
hashCode()
GitSource
setGitBranch(String gitBranch)
GitSource
setGitCommit(String gitCommit)
GitSource
setGitProvider(GitSourceGitProvider gitProvider)
GitSource
setGitSnapshot(GitSnapshot gitSnapshot)
GitSource
setGitTag(String gitTag)
GitSource
setGitUrl(String gitUrl)
String
toString()
-
-
-
Method Detail
-
getGitBranch
public String getGitBranch()
-
getGitCommit
public String getGitCommit()
-
setGitProvider
public GitSource setGitProvider(GitSourceGitProvider gitProvider)
-
getGitProvider
public GitSourceGitProvider getGitProvider()
-
setGitSnapshot
public GitSource setGitSnapshot(GitSnapshot gitSnapshot)
-
getGitSnapshot
public GitSnapshot getGitSnapshot()
-
getGitTag
public String getGitTag()
-
getGitUrl
public String getGitUrl()
-
-