Class PluginLifecycle
java.lang.Object
org.apache.maven.lifecycle.internal.concurrent.PluginLifecycle
- All Implemented Interfaces:
ExtensibleEnum
,Lifecycle
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.maven.api.Lifecycle
Lifecycle.Alias, Lifecycle.ChildrenPointer, Lifecycle.DependenciesPointer, Lifecycle.Link, Lifecycle.Phase, Lifecycle.PhasePointer, Lifecycle.Pointer
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPluginLifecycle
(Lifecycle lifecycleOverlay, PluginDescriptor pluginDescriptor) -
Method Summary
-
Field Details
-
lifecycleOverlay
-
pluginDescriptor
-
-
Constructor Details
-
PluginLifecycle
PluginLifecycle(Lifecycle lifecycleOverlay, PluginDescriptor pluginDescriptor)
-
-
Method Details
-
id
Description copied from interface:Lifecycle
Name or identifier of this lifecycle.- Specified by:
id
in interfaceExtensibleEnum
- Specified by:
id
in interfaceLifecycle
- Returns:
- the unique identifier for this lifecycle
-
phases
Description copied from interface:Lifecycle
Collection of main phases for this lifecycle -
aliases
Description copied from interface:Lifecycle
Collection of aliases.
-