Package | Description |
---|---|
org.apache.maven.scm.manager | |
org.apache.maven.scm.provider |
Modifier and Type | Method and Description |
---|---|
AddScmResult |
ScmManager.add(ScmRepository repository,
ScmFileSet fileSet)
Adds the given files to the source control system
|
AddScmResult |
AbstractScmManager.add(ScmRepository repository,
ScmFileSet fileSet)
Adds the given files to the source control system
|
AddScmResult |
ScmManager.add(ScmRepository repository,
ScmFileSet fileSet,
String message)
Adds the given files to the source control system
|
AddScmResult |
AbstractScmManager.add(ScmRepository repository,
ScmFileSet fileSet,
String message)
Adds the given files to the source control system
|
Modifier and Type | Method and Description |
---|---|
AddScmResult |
AbstractScmProvider.add(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
TODO: why public? This should be protected, no?
|
AddScmResult |
ScmProvider.add(ScmRepository repository,
ScmFileSet fileSet)
Adds the given files to the source control system
|
AddScmResult |
AbstractScmProvider.add(ScmRepository repository,
ScmFileSet fileSet)
Adds the given files to the source control system
|
AddScmResult |
ScmProvider.add(ScmRepository repository,
ScmFileSet fileSet,
CommandParameters commandParameters)
Adds the given files to the source control system
|
AddScmResult |
AbstractScmProvider.add(ScmRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
AddScmResult |
ScmProvider.add(ScmRepository repository,
ScmFileSet fileSet,
String message)
Adds the given files to the source control system
|
AddScmResult |
AbstractScmProvider.add(ScmRepository repository,
ScmFileSet fileSet,
String message)
Adds the given files to the source control system
|
Copyright © 2003–2024 The Apache Software Foundation. All rights reserved.