public interface SelectDynamicVersionPlugin extends ModulePlugin
| Modifier and Type | Method and Description |
|---|---|
Version |
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).
|
getModulegetNodeVersion selectDynamicVersion(Version version, ByReference<Version> byReferenceVersionBase, ReferencePath referencePath)
version - Original version.byReferenceVersionBase - The base Version to use for creating the new
dynamic Version will be stored there.referencePath - ReferencePath of the ModuleVersion.
Implementations can use this information to, for example, validate that the
ModuleVersion exists within a ReferencePath that contains only static
Versions (for hotfixes).Copyright © 2015–2017 AZYVA INC.. All rights reserved.