Uses of Class
com.atlassian.bamboo.specs.api.model.deployment.EnvironmentProperties
-
Packages that use EnvironmentProperties Package Description com.atlassian.bamboo.specs.api.builders.deployment Deployment project and environments.com.atlassian.bamboo.specs.api.model.deployment Deployment project and environments. -
-
Uses of EnvironmentProperties in com.atlassian.bamboo.specs.api.builders.deployment
Methods in com.atlassian.bamboo.specs.api.builders.deployment that return EnvironmentProperties Modifier and Type Method Description protected EnvironmentPropertiesEnvironment. build() -
Uses of EnvironmentProperties in com.atlassian.bamboo.specs.api.model.deployment
Methods in com.atlassian.bamboo.specs.api.model.deployment that return types with arguments of type EnvironmentProperties Modifier and Type Method Description java.util.List<EnvironmentProperties>DeploymentProperties. getEnvironments()Constructor parameters in com.atlassian.bamboo.specs.api.model.deployment with type arguments of type EnvironmentProperties Constructor Description DeploymentProperties(@Nullable BambooOidProperties oid, @NotNull PlanIdentifierProperties plan, @NotNull java.lang.String name, @Nullable java.lang.String description, @NotNull ReleaseNamingProperties releaseNaming, @NotNull java.util.List<EnvironmentProperties> environments, @Nullable RepositoryStoredSpecsData repositoryStoredSpecsData)
-