public class ProjectLifecycleMappingElement
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private ILifecycleMappingElement |
element |
private ProjectLifecycleMappingConfiguration |
project |
Constructor and Description |
---|
ProjectLifecycleMappingElement(ProjectLifecycleMappingConfiguration project,
ILifecycleMappingElement element) |
Modifier and Type | Method and Description |
---|---|
ILifecycleMappingElement |
getElement() |
ProjectLifecycleMappingConfiguration |
getProject() |
private final ProjectLifecycleMappingConfiguration project
private final ILifecycleMappingElement element
public ProjectLifecycleMappingElement(ProjectLifecycleMappingConfiguration project, ILifecycleMappingElement element)
public ProjectLifecycleMappingConfiguration getProject()
public ILifecycleMappingElement getElement()