| Modifier and Type | Method and Description |
|---|---|
IDeploymentTrigger |
DeploymentConfig.addTrigger(String type) |
| Modifier and Type | Method and Description |
|---|---|
Collection<IDeploymentTrigger> |
DeploymentConfig.getTriggers() |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigChangeTrigger |
class |
DeploymentTrigger |
class |
ImageChangeTrigger |
| Modifier and Type | Method and Description |
|---|---|
IDeploymentTrigger |
IDeploymentConfig.addTrigger(String type)
Add a trigger of the given type or null if the type is unrecognized
|
| Modifier and Type | Method and Description |
|---|---|
Collection<IDeploymentTrigger> |
IDeploymentConfig.getTriggers()
Returns the trigger of the given type or null if it doesn not exist
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IDeploymentConfigChangeTrigger |
interface |
IDeploymentImageChangeTrigger |
Copyright © 2019 Red Hat, Inc. All Rights Reserved.