Uses of Interface
com.atlassian.bamboo.NodeLifecycleProvider
-
-
Uses of NodeLifecycleProvider in com.atlassian.bamboo
Classes in com.atlassian.bamboo that implement NodeLifecycleProvider Modifier and Type Class Description classNodeLifecycleProviderImpl -
Uses of NodeLifecycleProvider in com.atlassian.bamboo.deployments.execution.service
Constructors in com.atlassian.bamboo.deployments.execution.service with parameters of type NodeLifecycleProvider Constructor Description DeploymentPermitterImpl(NodeLifecycleProvider nodeLifecycleProvider, BambooLicenseManager bambooLicenseManager) -
Uses of NodeLifecycleProvider in com.atlassian.bamboo.plan
Constructors in com.atlassian.bamboo.plan with parameters of type NodeLifecycleProvider Constructor Description ExecutionLimitsServiceImpl(BambooLicenseManager bambooLicenseManager, BuildSuspensionCheckBean buildSuspensionCheckBean, BuildLoggerManager buildLoggerManager, NodeLifecycleProvider nodeLifecycleProvider, StorageCappingService storageCappingService) -
Uses of NodeLifecycleProvider in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type NodeLifecycleProvider Constructor Description InfoResource(NodeLifecycleProvider nodeLifecycleProvider) -
Uses of NodeLifecycleProvider in com.atlassian.bamboo.server
Constructors in com.atlassian.bamboo.server with parameters of type NodeLifecycleProvider Constructor Description NodeStatusProviderImpl(IndexerManager indexerManager, NodeLifecycleProvider nodeLifecycleProvider) -
Uses of NodeLifecycleProvider in com.atlassian.bamboo.webwork
Methods in com.atlassian.bamboo.webwork with parameters of type NodeLifecycleProvider Modifier and Type Method Description voidViewTelemetryAction. setNodeLifecycleProvider(NodeLifecycleProvider nodeLifecycleProvider) -
Uses of NodeLifecycleProvider in com.atlassian.bamboo.ww2
Methods in com.atlassian.bamboo.ww2 with parameters of type NodeLifecycleProvider Modifier and Type Method Description voidBambooActionSupport. setNodeLifecycleProvider(NodeLifecycleProvider nodeLifecycleProvider)
-