| Package | Description |
|---|---|
| org.azyva.dragom.model | |
| org.azyva.dragom.model.event | |
| org.azyva.dragom.model.plugin |
| Modifier and Type | Method and Description |
|---|---|
Version |
ArtifactVersion.getCorrespondingVersion()
Returns a
Version corresponding to this ArtifactVersion assuming a
direct equivalence between the two. |
Version |
ModuleVersion.getVersion()
Returns the
Version. |
static Version |
Version.parse(String stringVersion)
Parses a Version literal.
|
| Constructor and Description |
|---|
ModuleVersion(NodePath nodePath,
Version version)
Constructor using the individual fields.
|
| Modifier and Type | Method and Description |
|---|---|
Version |
VersionCreatedEvent.getVersion() |
| Constructor and Description |
|---|
DynamicVersionCreatedEvent(Module module,
Version versionDynamic)
Constructor.
|
StaticVersionCreatedEvent(Module module,
Version versionStatic)
Constructor.
|
VersionCreatedEvent(Module module,
Version version)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
Version[] |
ScmPlugin.Commit.arrayVersionStatic
Static Version's based on this commit.
|
Version |
ScmPlugin.BaseVersion.version
Version for which the base is described.
|
Version |
ScmPlugin.BaseVersion.versionBase
Base Version of this Version.
|
| Modifier and Type | Method and Description |
|---|---|
Version |
ScmPlugin.getDefaultVersion() |
Version |
ScmPlugin.getVersion(Path pathModuleWorkspace)
Returns the Version of the
Module in a directory. |
Version |
ArtifactVersionMapperPlugin.mapArtifactVersionToVersion(ArtifactVersion artifactVersion)
Maps an ArtifactVersion to a Version.
|
Version |
SelectDynamicVersionPlugin.selectDynamicVersion(Version version,
ByReference<Version> byReferenceVersionBase,
ReferencePath referencePath)
Selects a dynamic Version based on an existing Version which can be static
(e.g., hotfix Version based on a release Version) or dynamic (e.g., feature
Version based on a project Version).
|
Version |
SelectStaticVersionPlugin.selectStaticVersion(Version versionDynamic)
Selected a static Version based on an existing dynamic Version.
|
| Modifier and Type | Method and Description |
|---|---|
List<Version> |
ScmPlugin.getListVersionStatic() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScmPlugin.checkout(Version version,
Path pathModuleWorkspace)
Checks out the source code of a Version of a
Module in a directory. |
Path |
ScmPlugin.checkoutSystem(Version version)
Checks out the source code of a Version of a
Module for Dragom's use. |
int |
VersionClassifierPlugin.compare(Version version1,
Version version2)
Compares two
Version's. |
void |
ScmPlugin.createVersion(Path pathModuleWorkspace,
Version versionTarget,
Map<String,String> mapVersionAttr,
boolean indSwitch)
Creates a Version of the
Module. |
ScmPlugin.BaseVersion |
ScmPlugin.getBaseVersion(Version version)
Gets the base Version of a given Version of the
Module. |
String |
VersionClassifierPlugin.getEvolutionPath(Version version)
Returns the evolution path associated with a Version.
|
String |
JenkinsJobInfoPlugin.getJobFullName(Version versionDynamic)
Returns the full name of the job.
|
List<ScmPlugin.Commit> |
ScmPlugin.getListCommit(Version version,
ScmPlugin.CommitPaging commitPaging,
EnumSet<ScmPlugin.GetListCommitFlag> enumSetGetListCommitFlag)
Gets the list of Commits for a
Version. |
List<ScmPlugin.Commit> |
ScmPlugin.getListCommitDiverge(Version versionSrc,
Version versionDest,
ScmPlugin.CommitPaging commitPaging,
EnumSet<ScmPlugin.GetListCommitFlag> enumSetGetListCommitFlag)
Gets the list of
ScmPlugin.Commit's reachable from some Version but not
from some other Version. |
Map<String,String> |
JenkinsJobInfoPlugin.getMapTemplateParam(ReferenceGraph referenceGraph,
Version version)
Returns a Map of the parameters to use with the template returned by
JenkinsJobInfoPlugin.getTemplate() to create a job. |
Map<String,String> |
ScmPlugin.getMapVersionAttr(Version version)
Returns the attributes of a Version.
|
Reader |
JenkinsJobInfoPlugin.getReaderConfig(ReferenceGraph referenceGraph,
Version version)
Returns a Reader from which the XML configuration of the job to be created can
be read.
|
boolean |
RemoteBuilderPlugin.isBuildNeeded(Version version)
|
boolean |
ScmPlugin.isTempDynamicVersion(Version versionBase)
Verifies if there is a temporary dynamic Version with the specified Version as
its base.
|
boolean |
ScmPlugin.isVersionExists(Version version)
Verifies if a Version of a
Module exists. |
ArtifactVersion |
ArtifactVersionMapperPlugin.mapVersionToArtifactVersion(Version version)
Maps a Version to an ArtifactVersion.
|
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. |
Version |
SelectDynamicVersionPlugin.selectDynamicVersion(Version version,
ByReference<Version> byReferenceVersionBase,
ReferencePath referencePath)
Selects a dynamic Version based on an existing Version which can be static
(e.g., hotfix Version based on a release Version) or dynamic (e.g., feature
Version based on a project Version).
|
Version |
SelectStaticVersionPlugin.selectStaticVersion(Version versionDynamic)
Selected a static Version based on an existing dynamic Version.
|
RemoteBuilderPlugin.RemoteBuildHandle |
RemoteBuilderPlugin.submitBuild(Version version)
Schedules the remote build.
|
void |
ScmPlugin.switchVersion(Path pathModuleWorkspace,
Version version)
Changes the Version of a
Module to another Version. |
boolean |
ReferenceManagerPlugin.updateReferenceVersion(Path pathModuleWorkspace,
Reference reference,
Version version,
ByReference<Reference> byReferenceReference)
Updates the version of a reference using a global version.
|
| Modifier and Type | Method and Description |
|---|---|
Version |
SelectDynamicVersionPlugin.selectDynamicVersion(Version version,
ByReference<Version> byReferenceVersionBase,
ReferencePath referencePath)
Selects a dynamic Version based on an existing Version which can be static
(e.g., hotfix Version based on a release Version) or dynamic (e.g., feature
Version based on a project Version).
|
Copyright © 2015–2017 AZYVA INC.. All rights reserved.