Uses of Interface
com.atlassian.bamboo.deployments.environments.dashboard.EnvironmentStub
Packages that use EnvironmentStub
Package
Description
-
Uses of EnvironmentStub in com.atlassian.bamboo.deployments.aggregation
Methods in com.atlassian.bamboo.deployments.aggregation that return EnvironmentStubModifier and TypeMethodDescription@NotNull EnvironmentStub
EnvironmentStatusForAggregationImpl.getEnvironment()
Constructors in com.atlassian.bamboo.deployments.aggregation with parameters of type EnvironmentStubModifierConstructorDescriptionEnvironmentStatusForAggregationImpl
(@NotNull EnvironmentStub environmentStub, @Nullable EnvironmentStatusForDashboard status) -
Uses of EnvironmentStub in com.atlassian.bamboo.deployments.cache
Methods in com.atlassian.bamboo.deployments.cache that return types with arguments of type EnvironmentStubModifier and TypeMethodDescription@NotNull List<EnvironmentStub>
CachedEnvironmentService.getEnvironmentStubsForDeploymentProject
(long deploymentProjectId) Retrieves a list of environment stubs for a specific deployment project.@NotNull List<EnvironmentStub>
CachedEnvironmentServiceImpl.getEnvironmentStubsForDeploymentProject
(long deploymentProjectId) -
Uses of EnvironmentStub in com.atlassian.bamboo.deployments.environments
Subinterfaces of EnvironmentStub in com.atlassian.bamboo.deployments.environmentsModifier and TypeInterfaceDescriptioninterface
Represents decorated environment for the purpose of using it in the Freemarker generated UIinterface
Represents a Deployment Environment within Bamboo.Classes in com.atlassian.bamboo.deployments.environments that implement EnvironmentStubModifier and TypeClassDescriptionclass
class
class
Extended environment bean with some more data for UI. -
Uses of EnvironmentStub in com.atlassian.bamboo.deployments.environments.aggregation
Methods in com.atlassian.bamboo.deployments.environments.aggregation that return EnvironmentStubModifier and TypeMethodDescription@NotNull EnvironmentStub
EnvironmentStatusForAggregation.getEnvironment()
-
Uses of EnvironmentStub in com.atlassian.bamboo.deployments.environments.dashboard
Classes in com.atlassian.bamboo.deployments.environments.dashboard that implement EnvironmentStubConstructors in com.atlassian.bamboo.deployments.environments.dashboard with parameters of type EnvironmentStubModifierConstructorDescriptionEnvironmentStubImpl
(EnvironmentStub environment, Operations operations) -
Uses of EnvironmentStub in com.atlassian.bamboo.deployments.environments.persistence
Classes in com.atlassian.bamboo.deployments.environments.persistence that implement EnvironmentStubMethods in com.atlassian.bamboo.deployments.environments.persistence that return types with arguments of type EnvironmentStubModifier and TypeMethodDescription@NotNull List<EnvironmentStub>
EnvironmentDao.findAllStubs
(int firstResult, int pageSize) @NotNull List<EnvironmentStub>
EnvironmentDaoImpl.findAllStubs
(int firstResult, int maxResults) @NotNull List<EnvironmentStub>
EnvironmentDao.getEnvironmentStubsForDeploymentProject
(long deploymentProjectId) Retrieve all environment stubs for a Deployment Project.@NotNull List<EnvironmentStub>
EnvironmentDaoImpl.getEnvironmentStubsForDeploymentProject
(long deploymentProjectId) -
Uses of EnvironmentStub in com.atlassian.bamboo.deployments.environments.persistence.internal
Classes in com.atlassian.bamboo.deployments.environments.persistence.internal that implement EnvironmentStub -
Uses of EnvironmentStub in com.atlassian.bamboo.deployments.environments.service
Methods in com.atlassian.bamboo.deployments.environments.service that return types with arguments of type EnvironmentStubModifier and TypeMethodDescription@NotNull List<EnvironmentStub>
EnvironmentService.getEnvironmentStubsForDeploymentProject
(long deploymentProjectId) Get all environment stubs for a particular deployment project.@NotNull List<EnvironmentStub>
EnvironmentServiceImpl.getEnvironmentStubsForDeploymentProject
(long deploymentProjectId) -
Uses of EnvironmentStub in com.atlassian.bamboo.deployments.environments.service.internal
Methods in com.atlassian.bamboo.deployments.environments.service.internal that return types with arguments of type EnvironmentStubModifier and TypeMethodDescription@NotNull List<EnvironmentStub>
InternalEnvironmentService.getEnvironmentsForDeploymentProject
(long deploymentProjectId, boolean greedyOperations) Get all environments for a particular deployment project.@NotNull List<EnvironmentStub>
InternalEnvironmentServiceImpl.getEnvironmentsForDeploymentProject
(long deploymentProjectId, boolean greedyOperations) -
Uses of EnvironmentStub in com.atlassian.bamboo.deployments.projects
Methods in com.atlassian.bamboo.deployments.projects that return types with arguments of type EnvironmentStubModifier and TypeMethodDescriptionDeploymentProjectWithEnvironmentForDashboard.deploymentsWithEnvironments()
Returns the value of thedeploymentsWithEnvironments
record component.Constructor parameters in com.atlassian.bamboo.deployments.projects with type arguments of type EnvironmentStubModifierConstructorDescriptionDeploymentProjectWithEnvironmentForDashboard
(Map<DeploymentProject, List<EnvironmentStub>> deploymentsWithEnvironments, boolean hasMore, int nextStart) Creates an instance of aDeploymentProjectWithEnvironmentForDashboard
record class. -
Uses of EnvironmentStub in com.atlassian.bamboo.deployments.projects.actions
Methods in com.atlassian.bamboo.deployments.projects.actions that return types with arguments of type EnvironmentStub -
Uses of EnvironmentStub in com.atlassian.bamboo.plugins.rest.deployments.issues
Constructors in com.atlassian.bamboo.plugins.rest.deployments.issues with parameters of type EnvironmentStubModifierConstructorDescriptionRestEnvironmentStatusOfIssue
(@NotNull EnvironmentStatusForDashboard environmentStatus, @NotNull EnvironmentStub environment, @NotNull Map<Long, DeploymentVersionStatus> deploymentVersionStatuses, @NotNull JiraIssueStatusOnEnvironment issueStatus, @NotNull String baseUrl) Constructor parameters in com.atlassian.bamboo.plugins.rest.deployments.issues with type arguments of type EnvironmentStubModifierConstructorDescriptionRestDeploymentProjectStatusForJiraIssue
(@NotNull DeploymentProject deploymentProject, @NotNull Map<Long, EnvironmentStub> environmentMap, @NotNull List<DeploymentVersion> versions, @NotNull Map<Long, DeploymentVersionStatus> deploymentVersionStatuses, @NotNull Map<Long, EnvironmentStatusForDashboard> environmentStatuses, @NotNull String baseUrl, @NotNull DeploymentVersionService deploymentVersionService) -
Uses of EnvironmentStub in com.atlassian.bamboo.rest.model.deployments.environments
Constructors in com.atlassian.bamboo.rest.model.deployments.environments with parameters of type EnvironmentStub