public interface CloudGitConfigurator extends CloudGitDescriptor
A description of a Git repository from a cloud provider
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
setBaseUri(URI uri) |
|
public void |
setBranch(Object branch) Set the branch. |
|
public void |
setCommit(Object commit) Set the commit to use. |
|
public void |
setOrganisation(Object org) Set the organisation. |
|
public void |
setRepository(Object repo) Set the repository |
|
public 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 StringTools.stringizeSet the commit to use.
Overrides setTag and setBranch.
commit
- Anything convertible using StringTools.stringizeSet the organisation.
org
- Anything convertible using StringTools.stringizeSet the repository
repo
- Anything convertible using StringTools.stringizeSet the tag.
Overrides setBranch and setCommit.
tag
- Anything convertible using StringTools.stringize