| Package | Description |
|---|---|
| io.syndesis.common.model.integration |
| Modifier and Type | Method and Description |
|---|---|
default IntegrationDeploymentState |
IntegrationOverview.getCurrentState() |
default IntegrationDeploymentState |
IntegrationDeploymentBase.getCurrentState() |
default IntegrationDeploymentState |
IntegrationOverview.getTargetState() |
default IntegrationDeploymentState |
IntegrationDeploymentBase.getTargetState() |
static IntegrationDeploymentState |
IntegrationDeploymentState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntegrationDeploymentState[] |
IntegrationDeploymentState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default IntegrationDeployment |
IntegrationDeployment.withCurrentState(IntegrationDeploymentState state) |
default IntegrationDeployment |
IntegrationDeployment.withTargetState(IntegrationDeploymentState state) |
Copyright © 2016–2019 Red Hat. All rights reserved.