public class CurrentDeploymentProvider
extends java.lang.Object
implements com.google.inject.Provider<org.appops.core.deployment.ServiceConfiguration>
CurrentDeploymentProvider class.
| Constructor and Description |
|---|
CurrentDeploymentProvider() |
| Modifier and Type | Method and Description |
|---|---|
org.appops.core.deployment.ServiceConfiguration |
get() |
org.appops.core.deployment.ServiceConfiguration |
getCurrentDeployment()
Getter for the field
currentDeployment. |
void |
setCurrentDeployment(org.appops.core.deployment.ServiceConfiguration currentDeployment)
Setter for the field
currentDeployment. |
public org.appops.core.deployment.ServiceConfiguration get()
get in interface javax.inject.Provider<org.appops.core.deployment.ServiceConfiguration>public org.appops.core.deployment.ServiceConfiguration getCurrentDeployment()
Getter for the field currentDeployment.
DeploymentConfig object.@Inject public void setCurrentDeployment(org.appops.core.deployment.ServiceConfiguration currentDeployment)
Setter for the field currentDeployment.
currentDeployment - a DeploymentConfig object.Copyright © 2021. All rights reserved.