| Package | Description |
|---|---|
| org.azyva.dragom.model.plugin |
| Modifier and Type | Method and Description |
|---|---|
ScmPlugin.MergeResult |
ScmPlugin.merge(Path pathModuleWorkspace,
Version versionSrc,
String message)
Merges a Version of a
Module into the current Version. |
ScmPlugin.MergeResult |
ScmPlugin.mergeExcludeCommits(Path pathModuleWorkspace,
Version versionSrc,
List<ScmPlugin.Commit> listCommitExclude,
String message)
Merges a Version of a
Module into the current Version, excluding a List
of Commit's. |
ScmPlugin.MergeResult |
ScmPlugin.replace(Path pathModuleWorkspace,
Version versionSrc,
String message)
Replaces the current Version of a
Module with another. |
static ScmPlugin.MergeResult |
ScmPlugin.MergeResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScmPlugin.MergeResult[] |
ScmPlugin.MergeResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015–2017 AZYVA INC.. All rights reserved.