Uses of Class
com.yahoo.config.application.api.Bcp
Packages that use Bcp
-
Uses of Bcp in com.yahoo.config.application.api
Methods in com.yahoo.config.application.api that return BcpModifier and TypeMethodDescriptionDeploymentInstanceSpec.bcp()Returns the BCP spec of this instance, or BcpSpec.empty() if none.static BcpBcp.empty()Returns this bcp spec, or if it is empty, the given bcp spec.Bcp.withGroups(List<Bcp.Group> groups) Methods in com.yahoo.config.application.api with parameters of type BcpModifier and TypeMethodDescriptionReturns this bcp spec, or if it is empty, the given bcp spec.Constructors in com.yahoo.config.application.api with parameters of type BcpModifierConstructorDescriptionDeploymentInstanceSpec(com.yahoo.config.provision.InstanceName name, com.yahoo.config.provision.Tags tags, List<DeploymentSpec.Step> steps, DeploymentSpec.UpgradePolicy upgradePolicy, DeploymentSpec.RevisionTarget revisionTarget, DeploymentSpec.RevisionChange revisionChange, DeploymentSpec.UpgradeRollout upgradeRollout, int minRisk, int maxRisk, int maxIdleHours, List<DeploymentSpec.ChangeBlocker> changeBlockers, Optional<com.yahoo.config.provision.AthenzService> athenzService, Map<com.yahoo.config.provision.CloudName, com.yahoo.config.provision.CloudAccount> cloudAccounts, Optional<Duration> hostTTL, Notifications notifications, List<Endpoint> endpoints, Map<com.yahoo.config.provision.ClusterSpec.Id, Map<com.yahoo.config.provision.zone.ZoneId, com.yahoo.config.provision.ZoneEndpoint>> zoneEndpoints, Bcp bcp, Instant now)