Uses of Interface
com.atlassian.bamboo.deployments.environments.dashboard.EnvironmentStub
-
-
Uses of EnvironmentStub in com.atlassian.bamboo.deployments.aggregation
Methods in com.atlassian.bamboo.deployments.aggregation that return EnvironmentStub Modifier and Type Method Description @NotNull EnvironmentStub
EnvironmentStatusForAggregationImpl. getEnvironment()
Constructors in com.atlassian.bamboo.deployments.aggregation with parameters of type EnvironmentStub Constructor Description EnvironmentStatusForAggregationImpl(@NotNull EnvironmentStub environmentStub, @Nullable EnvironmentStatusForDashboard status)
-
Uses of EnvironmentStub in com.atlassian.bamboo.deployments.environments
Subinterfaces of EnvironmentStub in com.atlassian.bamboo.deployments.environments Modifier and Type Interface Description interface
DecoratedEnvironment
Represents decorated environment for the purpose of using it in the Freemarker generated UIinterface
Environment
Represents a Deployment Environment within Bamboo.Classes in com.atlassian.bamboo.deployments.environments that implement EnvironmentStub Modifier and Type Class Description class
DecoratedEnvironmentImpl
class
EnvironmentImpl
class
EnvironmentWithConfigCounts
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 EnvironmentStub Modifier and Type Method Description @NotNull EnvironmentStub
EnvironmentStatusForAggregation. getEnvironment()
-
Uses of EnvironmentStub in com.atlassian.bamboo.deployments.environments.dashboard
Classes in com.atlassian.bamboo.deployments.environments.dashboard that implement EnvironmentStub Modifier and Type Class Description class
EnvironmentStubImpl
Constructors in com.atlassian.bamboo.deployments.environments.dashboard with parameters of type EnvironmentStub Constructor Description EnvironmentStubImpl(EnvironmentStub environment, Operations operations)
-
Uses of EnvironmentStub in com.atlassian.bamboo.deployments.environments.persistence
Classes in com.atlassian.bamboo.deployments.environments.persistence that implement EnvironmentStub Modifier and Type Class Description class
EnvironmentStubDto
Methods in com.atlassian.bamboo.deployments.environments.persistence that return types with arguments of type EnvironmentStub Modifier and Type Method Description @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 Modifier and Type Class Description class
InternalEnvironmentStubImpl
-
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 EnvironmentStub Modifier and Type Method Description @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 EnvironmentStub Modifier and Type Method Description @NotNull List<EnvironmentStub>
InternalEnvironmentService. getEnvironmentsForDeploymentProject(long deploymentProjectId)
Get all environments for a particular deployment project.@NotNull List<EnvironmentStub>
InternalEnvironmentService. getEnvironmentsForDeploymentProject(long deploymentProjectId, boolean greedyOperations)
Get all environments for a particular deployment project.@NotNull List<EnvironmentStub>
InternalEnvironmentServiceImpl. getEnvironmentsForDeploymentProject(long deploymentProjectId)
@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 EnvironmentStub Modifier and Type Method Description Map<DeploymentProject,List<EnvironmentStub>>
DeploymentProjectWithEnvironmentForDashboard. getDeploymentsWithEnvironments()
Constructor parameters in com.atlassian.bamboo.deployments.projects with type arguments of type EnvironmentStub Constructor Description DeploymentProjectWithEnvironmentForDashboard(Map<DeploymentProject,List<EnvironmentStub>> deploymentsWithEnvironments, boolean hasMore, int nextStart)
-
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 Modifier and Type Method Description List<EnvironmentStub>
ViewDeploymentProjects. getEnvironmentStubs()
-
Uses of EnvironmentStub in com.atlassian.bamboo.plugins.rest.deployments.issues
Constructors in com.atlassian.bamboo.plugins.rest.deployments.issues with parameters of type EnvironmentStub Constructor Description RestEnvironmentStatusOfIssue(@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 EnvironmentStub Constructor Description RestDeploymentProjectStatusForJiraIssue(@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 Constructor Description RestEnvironment(@NotNull EnvironmentStub environment)
-