|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of BranchScmResult in org.apache.maven.scm.manager |
|---|
| Methods in org.apache.maven.scm.manager that return BranchScmResult | |
|---|---|
BranchScmResult |
ScmManagerStub.branch(ScmRepository repository,
ScmFileSet fileSet,
String branchName)
Branch (or label in some systems) will create a branch of the source file with a certain branch name |
BranchScmResult |
ScmManager.branch(ScmRepository repository,
ScmFileSet fileSet,
String branchName)
Branch (or label in some systems) will create a branch of the source file with a certain branch name |
BranchScmResult |
AbstractScmManager.branch(ScmRepository repository,
ScmFileSet fileSet,
String branchName)
Branch (or label in some systems) will create a branch of the source file with a certain branch name |
BranchScmResult |
ScmManagerStub.branch(ScmRepository repository,
ScmFileSet fileSet,
String branchName,
String message)
Branch (or label in some systems) will create a branch of the source file with a certain branch name |
BranchScmResult |
ScmManager.branch(ScmRepository repository,
ScmFileSet fileSet,
String branchName,
String message)
Branch (or label in some systems) will create a branch of the source file with a certain branch name |
BranchScmResult |
AbstractScmManager.branch(ScmRepository repository,
ScmFileSet fileSet,
String branchName,
String message)
Branch (or label in some systems) will create a branch of the source file with a certain branch name |
| Uses of BranchScmResult in org.apache.maven.scm.provider |
|---|
| Methods in org.apache.maven.scm.provider that return BranchScmResult | |
|---|---|
protected BranchScmResult |
AbstractScmProvider.branch(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
BranchScmResult |
ScmProviderStub.branch(ScmRepository repository,
ScmFileSet fileSet,
String branchName)
Branch (or label in some systems) will create a branch of the source file with a certain branch name |
BranchScmResult |
ScmProvider.branch(ScmRepository repository,
ScmFileSet fileSet,
String branchName)
Deprecated. use #branch(ScmRepository, ScmFileSet, String, String, ScmBranchParameters) |
BranchScmResult |
AbstractScmProvider.branch(ScmRepository repository,
ScmFileSet fileSet,
String branchName)
Branch (or label in some systems) will create a branch of the source file with a certain branch name |
BranchScmResult |
ScmProviderStub.branch(ScmRepository repository,
ScmFileSet fileSet,
String branchName,
ScmBranchParameters scmBranchParameters)
Branch (or label in some systems) will create a branch of the source file with a certain branch name |
BranchScmResult |
ScmProvider.branch(ScmRepository repository,
ScmFileSet fileSet,
String branchName,
ScmBranchParameters scmBranchParameters)
Branch (or label in some systems) will create a branch of the source file with a certain branch name |
BranchScmResult |
AbstractScmProvider.branch(ScmRepository repository,
ScmFileSet fileSet,
String branchName,
ScmBranchParameters scmBranchParameters)
|
BranchScmResult |
ScmProviderStub.branch(ScmRepository repository,
ScmFileSet fileSet,
String branchName,
String message)
Branch (or label in some systems) will create a branch of the source file with a certain branch name |
BranchScmResult |
ScmProvider.branch(ScmRepository repository,
ScmFileSet fileSet,
String branchName,
String message)
Deprecated. use #branch(ScmRepository, ScmFileSet, String, String, ScmBranchParameters) |
BranchScmResult |
AbstractScmProvider.branch(ScmRepository repository,
ScmFileSet fileSet,
String branchName,
String message)
Branch (or label in some systems) will create a branch of the source file with a certain branch name |
BranchScmResult |
ScmProviderStub.getBranchScmResult()
|
| Methods in org.apache.maven.scm.provider with parameters of type BranchScmResult | |
|---|---|
void |
ScmProviderStub.setBranchScmResult(BranchScmResult branchScmResult)
|
| Uses of BranchScmResult in org.apache.maven.scm.provider.cvslib |
|---|
| Methods in org.apache.maven.scm.provider.cvslib that return BranchScmResult | |
|---|---|
BranchScmResult |
AbstractCvsScmProvider.branch(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
| Uses of BranchScmResult in org.apache.maven.scm.provider.cvslib.command.branch |
|---|
| Methods in org.apache.maven.scm.provider.cvslib.command.branch that return BranchScmResult | |
|---|---|
protected abstract BranchScmResult |
AbstractCvsBranchCommand.executeCvsCommand(Commandline cl)
|
| Uses of BranchScmResult in org.apache.maven.scm.provider.cvslib.cvsexe.command.branch |
|---|
| Methods in org.apache.maven.scm.provider.cvslib.cvsexe.command.branch that return BranchScmResult | |
|---|---|
protected BranchScmResult |
CvsExeBranchCommand.executeCvsCommand(Commandline cl)
|
| Uses of BranchScmResult in org.apache.maven.scm.provider.cvslib.cvsjava.command.branch |
|---|
| Methods in org.apache.maven.scm.provider.cvslib.cvsjava.command.branch that return BranchScmResult | |
|---|---|
protected BranchScmResult |
CvsJavaBranchCommand.executeCvsCommand(Commandline cl)
|
| Uses of BranchScmResult in org.apache.maven.scm.provider.git |
|---|
| Methods in org.apache.maven.scm.provider.git that return BranchScmResult | |
|---|---|
protected BranchScmResult |
AbstractGitScmProvider.branch(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
| Uses of BranchScmResult in org.apache.maven.scm.provider.hg |
|---|
| Methods in org.apache.maven.scm.provider.hg that return BranchScmResult | |
|---|---|
BranchScmResult |
HgScmProvider.branch(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
| Uses of BranchScmResult in org.apache.maven.scm.provider.integrity |
|---|
| Methods in org.apache.maven.scm.provider.integrity that return BranchScmResult | |
|---|---|
protected BranchScmResult |
IntegrityScmProvider.branch(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
Maps to si createdevpath |
| Uses of BranchScmResult in org.apache.maven.scm.provider.integrity.command.branch |
|---|
| Methods in org.apache.maven.scm.provider.integrity.command.branch that return BranchScmResult | |
|---|---|
BranchScmResult |
IntegrityBranchCommand.executeBranchCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String branchName,
String message)
|
| Uses of BranchScmResult in org.apache.maven.scm.provider.jazz |
|---|
| Methods in org.apache.maven.scm.provider.jazz that return BranchScmResult | |
|---|---|
protected BranchScmResult |
JazzScmProvider.branch(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
| Uses of BranchScmResult in org.apache.maven.scm.provider.svn |
|---|
| Methods in org.apache.maven.scm.provider.svn that return BranchScmResult | |
|---|---|
protected BranchScmResult |
AbstractSvnScmProvider.branch(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
| Uses of BranchScmResult in org.apache.maven.scm.provider.tfs |
|---|
| Methods in org.apache.maven.scm.provider.tfs that return BranchScmResult | |
|---|---|
protected BranchScmResult |
TfsScmProvider.branch(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||