| Class | Description |
|---|---|
| ClassificationNodePluginAbstractImpl |
Abstract class to help implement
ClassificationNodePlugin. |
| ConfigArtifactVersionMapperPluginImpl |
Configurable
ArtifactVersionMapperPlugin. |
| ContinuousReleaseSelectStaticVersionPluginImpl |
SelectStaticVersionPlugin implementation that selects the most recent
static Version corresponding to the dynamic Version. |
| DemoNodeEventListenerNodeInitPluginImpl |
Factory for NodeInitPlugin that registers a demo NodeEventListener that simply
logs all events.
|
| ExamplePluginFactory |
Example implementation of a
NodePluginFactory. |
| GitScmPluginImpl |
ScmPlugin implementation that supports Git repositories using the git command
line client installed locally.
|
| HotfixSelectDynamicVersionPluginImpl |
SelectDynamicVersionPlugin that implements a strategy for hotfixes. |
| JenkinsRemoteBuilderPluginImpl |
RemoteBuilderPlugin that triggers the builds on Jenkins. |
| MavenArtifactVersionManagerPluginImpl |
Factory for ArtifactVersionManagerPlugin that supports Maven modules.
|
| MavenBuilderPluginImpl |
BuilderPlugin that supports Maven. |
| MavenReferenceManagerPluginImpl |
Factory for ReferenceManagerPlugin that supports Maven modules.
|
| ModulePluginAbstractImpl |
Abstract class to help implement
ModulePlugin. |
| NodePluginAbstractImpl |
Abstract class to help implement
NodePlugin. |
| PhaseSelectDynamicVersionPluginImpl |
Factory for SelectDynamicVersionPlugin that implements a strategy for development
workflow that uses development phases.
|
| PhaseSelectStaticVersionPluginImpl |
Factory for SelectStaticVersionPlugin that implements a strategy for a development
workflow that uses development phases.
|
| RuntimeSelectionPluginFactory |
NodePluginFactory which allows selecting a specific NodePlugin
implementation at runtime based on a runtime property. |
| SelectDynamicVersionPluginBaseImpl |
Base class for SelectDynamicVersionPlugin that provide useful helper methods that
are common to many such plugins.
|
| SelectStaticVersionPluginBaseImpl |
Base class for SelectStaticVersionPlugin that provide useful helper methods that
are common to many such plugins.
|
| SemanticSelectStaticVersionPluginImpl |
Factory for SelectStaticVersionPlugin that implements a strategy based on semantic
versioning.
|
| SimpleArtifactInfoPluginImpl |
Factory for ArtifactInfoPlugin that assumes a simple equivalence between a
module node path and the ArtifactGroupId using inference rules.
|
| SimpleArtifactVersionMapperPluginImpl |
Factory for ArtifactVersionMapperPlugin that assumes a simple equivalence
between artifact versions and global versions.
|
| SimpleFindModuleByArtifactGroupIdPluginImpl |
Factory for FindModuleByArtifactGroupIdPlugin that assumes a simple equivalence
between a module node path and the ArtifactGroupId using inference
rules.
|
| SimpleJenkinsJobInfoPluginBaseImpl |
Base class to help implement
JenkinsJobInfoPlugin using a simple
algorithm to determine part of the Jenkins job information for a
ModuleVersion. |
| SimpleVersionClassifierPluginImpl |
Simple VersionClassifierPlugin that happens to support a wide range of
versioning strategies, including semantic.
|
| UndefinedDescendantNodeManagerSimpleDynamicModulePluginImpl |
Simple implementation of
UndefinedDescendantNodeManagerPlugin. |
| UniformSelectDynamicVersionPluginImpl |
SelectDynamicVersionPlugin that implements a strategy involving uniform
Version's across multiple modules for which a new dynamic Version needs
to be created. |
| UniformSelectStaticVersionPluginImpl |
Factory for SelectStaticVersionPlugin that implements a strategy involving uniform
versions across multiple modules for which a new static Version needs to be
created.
|
Copyright © 2015–2016 AZYVA INC.. All rights reserved.