public class LifeCycle extends Object
Constructor and Description |
---|
LifeCycle(String lifeCycleName)
Constructor for LifeCycle.
|
LifeCycle(String lifeCycleName,
List<String> phaseNames)
Constructor for LifeCycle.
|
Modifier and Type | Method and Description |
---|---|
LifeCycle |
addPhase(String phaseName)
addPhase
|
LifeCycle |
addPhases(String... phases)
addPhases
|
String |
getLifeCycleName()
getLifeCycleName
|
String[] |
getPhaseNames()
getPhaseNames
|
Copyright © 2021. All rights reserved.