JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.netflix.spinnaker.orca.front50
Interface PipelineModelMutator
public interface
PipelineModelMutator
Allows mutating a pipeline model during a create or update pipeline task operation.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
mutate
(
Map
<
String
,
Object
> pipeline)
boolean
supports
(
Map
<
String
,
Object
> pipeline)
Method Details
supports
boolean
supports
(
Map
<
String
,
Object
> pipeline)
mutate
void
mutate
(
Map
<
String
,
Object
> pipeline)