Interface DeploymentPermitter
- All Known Implementing Classes:
DeploymentPermitterImpl
public interface DeploymentPermitter
Service to check whether it's currently OK to deploy
-
Method Summary
Modifier and TypeMethodDescription@NotNull EnvironmentTriggeringResult
performDeployCheck
(@NotNull InternalEnvironment environment) This method is used to determine whether we are able to deploy or not
-
Method Details
-
performDeployCheck
@NotNull @NotNull EnvironmentTriggeringResult performDeployCheck(@NotNull @NotNull InternalEnvironment environment) This method is used to determine whether we are able to deploy or not- Parameters:
environment
- the environment to deploy to- Returns:
- whether we are able to execute or not
-