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 org.ysb33r.grolifant.api.core.StringTools#stringizeSet the commit to use.
Overrides setTag and setBranch.
commit - Anything convertible using org.ysb33r.grolifant.api.core.StringTools#stringizeSet the organisation.
org - Anything convertible using org.ysb33r.grolifant.api.core.StringTools#stringizeSet the repository
repo - Anything convertible using org.ysb33r.grolifant.api.core.StringTools#stringize