A description of a Git repository from a cloud provider
Type Params | Return Type | Name and description |
---|---|---|
|
void |
setBaseUri(URI uri) |
|
void |
setBranch(Object branch) Set the branch. |
|
void |
setCommit(Object commit) Set the commit to use. |
|
void |
setOrganisation(Object org) Set the organisation. |
|
void |
setRepository(Object repo) Set the repository |
|
void |
setTag(Object tag) Set the tag. |
Methods inherited from class | Name |
---|---|
interface CloudGitDescriptor |
getArchiveUri, getName, getOrganisation, getRepository |
Set the branch. Overrides setTag and setCommit.
branch
- Anything convertible using StringUtils.stringizeSet the commit to use. Overrides setTag and setBranch.
commit
- Anything convertible using StringUtils.stringizeSet the organisation.
org
- Anything convertible using StringUtils.stringizeSet the repository
repo
- Anything convertible using StringUtils.stringizeSet the tag. Overrides setBranch and setCommit.
tag
- Anything convertible using StringUtils.stringize