@Generated public class GitSource extends Object
| Constructor and Description |
|---|
GitSource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBranch() |
String |
getCommit() |
GitRepository |
getGitRepository() |
String |
getResolvedCommit() |
String |
getSourceCodePath() |
String |
getTag() |
int |
hashCode() |
GitSource |
setBranch(String branch) |
GitSource |
setCommit(String commit) |
GitSource |
setGitRepository(GitRepository gitRepository) |
GitSource |
setResolvedCommit(String resolvedCommit) |
GitSource |
setSourceCodePath(String sourceCodePath) |
GitSource |
setTag(String tag) |
String |
toString() |
public String getBranch()
public String getCommit()
public GitSource setGitRepository(GitRepository gitRepository)
public GitRepository getGitRepository()
public String getResolvedCommit()
public String getSourceCodePath()
public String getTag()
Copyright © 2026. All rights reserved.