Pipeline
Since
1.3.4
Inheritors
Properties
Contains a list of PipelinePhase and PhaseContent.
Functions
Find phase matching phase in phasesRaw. If PhaseContent exists and its phase matches phase, return this object. If PipelinePhase and phase match, convert PipelinePhase to PhaseContent and return. Otherwise return empty.
Find index matching phase in phasesRaw. Returns the index if PhaseContent exists and its phase matches phase .If there is a matching PipelinePhase, return the index of the PipelinePhase. Otherwise return -1.
Find phase matching phase in phasesRaw. Returns true
if PhaseContent exists and its phase matches phase , Returns true
if there is a matching PipelinePhase. Otherwise return false
.
Insert phase as PhaseContent after the reference phase. If there are other phases inserted after reference, then phase will be inserted after them.
Inserts phase as PhaseContent before the reference phase.