|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.DefaultTask
org.ajoberstar.gradle.git.tasks.GitBase
org.ajoberstar.gradle.git.tasks.GitMerge
public class GitMerge extends GitBase
Task to join two or more development histories together.
Method Summary | |
---|---|
java.lang.String
|
getRef()
Gets the ref that will be merges with the current branch. |
java.lang.Object
|
getStrategy()
Gets the merge strategy. |
void
|
merge()
Merges some changes with the current branch. |
void
|
setRef(java.lang.Object ref)
Sets the ref that will be merged with the current branch. |
void
|
setStrategy(java.lang.Object mode)
Sets the merge strategy |
Methods inherited from class GitBase | |
---|---|
getGit, getRepoDir, setRepoPath |
Method Detail |
---|
public public java.lang.String getRef()
@Option al public public java.lang.Object getStrategy()
tion public public void merge()
public void setRef(java.lang.Object ref)
ref
- the ref that will be merged
public void setStrategy(java.lang.Object mode)
mode
- the merge strategy. Must be
one of the following values:
Groovy Documentation