Uses of Interface
com.atlassian.bamboo.deployments.environments.InternalEnvironment
Packages that use InternalEnvironment
Package
Description
-
Uses of InternalEnvironment in com.atlassian.bamboo.credentials
Methods in com.atlassian.bamboo.credentials that return types with arguments of type InternalEnvironmentModifier and TypeMethodDescriptionSharedCredentialsInEnvironments.getEnvironmentsWithSharedCredentials()
Constructor parameters in com.atlassian.bamboo.credentials with type arguments of type InternalEnvironmentModifierConstructorDescriptionSharedCredentialsInEnvironments
(Long sharedCredentialsId, List<InternalEnvironment> environmentsWithSharedCredentials) -
Uses of InternalEnvironment in com.atlassian.bamboo.deployments
Methods in com.atlassian.bamboo.deployments with type parameters of type InternalEnvironmentModifier and TypeMethodDescriptionstatic <T extends InternalEnvironment>
org.hamcrest.Matcher<T>DeploymentMatchers.equalToEnvironment
(T reference) Methods in com.atlassian.bamboo.deployments that return InternalEnvironmentModifier and TypeMethodDescriptionstatic InternalEnvironment
DeploymentMocks.mockEnvironment
(long id, @NotNull String name) Methods in com.atlassian.bamboo.deployments with parameters of type InternalEnvironmentModifier and TypeMethodDescriptionstatic DeploymentResultKeyImpl
DeploymentResultKeyImpl.from
(@NotNull InternalEnvironment environment, @NotNull InternalDeploymentResult deploymentResult) -
Uses of InternalEnvironment in com.atlassian.bamboo.deployments.environments
Subinterfaces of InternalEnvironment 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 InternalEnvironmentModifier and TypeClassDescriptionclass
class
class
Extended environment bean with some more data for UI.Methods in com.atlassian.bamboo.deployments.environments that return InternalEnvironmentMethods in com.atlassian.bamboo.deployments.environments that return types with arguments of type InternalEnvironmentModifier and TypeMethodDescriptionstatic Comparator<InternalEnvironment>
EnvironmentComparators.byDeploymentProjectIdEnvironmentPositionAndName()
Return comparator that sorts environments by deployment project id, environment position in deployment project, environment nameMethods in com.atlassian.bamboo.deployments.environments with parameters of type InternalEnvironmentModifier and TypeMethodDescription@NotNull List<PlanRepositoryDefinition>
RepositoryAwareDeploymentTaskConfigurator.getPlanRepositoriesUsedByTask
(@NotNull TaskDefinition taskDefinition, @NotNull InternalEnvironment environment) Constructors in com.atlassian.bamboo.deployments.environments with parameters of type InternalEnvironmentModifierConstructorDescriptionEnvironmentWithConfigCounts
(InternalEnvironment environment, int numberOfCompatibleAgents, int notificationsNumber, int variablesNumber) -
Uses of InternalEnvironment in com.atlassian.bamboo.deployments.environments.dashboard
Subinterfaces of InternalEnvironment in com.atlassian.bamboo.deployments.environments.dashboardClasses in com.atlassian.bamboo.deployments.environments.dashboard that implement InternalEnvironment -
Uses of InternalEnvironment in com.atlassian.bamboo.deployments.environments.index
Constructors in com.atlassian.bamboo.deployments.environments.index with parameters of type InternalEnvironmentModifierConstructorDescriptionIndexedEnvironmentImpl
(@NotNull InternalDeploymentProject project, @NotNull InternalEnvironment environment, @Nullable DeploymentResult latestResult, @Nullable PlanResultKey latestVersionPlanResultKey) -
Uses of InternalEnvironment in com.atlassian.bamboo.deployments.environments.matcher
Classes in com.atlassian.bamboo.deployments.environments.matcher with type parameters of type InternalEnvironmentMethods in com.atlassian.bamboo.deployments.environments.matcher with type parameters of type InternalEnvironmentModifier and TypeMethodDescriptionstatic <T extends InternalEnvironment>
org.hamcrest.Matcher<T>IsEnvironmentEq.equalToEnvironment
(T reference) -
Uses of InternalEnvironment in com.atlassian.bamboo.deployments.environments.persistence
Subinterfaces of InternalEnvironment in com.atlassian.bamboo.deployments.environments.persistenceModifier and TypeInterfaceDescriptioninterface
Represents the Environment that will be stored in the database.Classes in com.atlassian.bamboo.deployments.environments.persistence that implement InternalEnvironmentMethods in com.atlassian.bamboo.deployments.environments.persistence that return InternalEnvironmentModifier and TypeMethodDescription@Nullable InternalEnvironment
EnvironmentDao.findInternalEnvironmentByName
(long deploymentProjectId, @NotNull String name) @Nullable InternalEnvironment
EnvironmentDaoImpl.findInternalEnvironmentByName
(long deploymentProjectId, @NotNull String name) Methods in com.atlassian.bamboo.deployments.environments.persistence that return types with arguments of type InternalEnvironmentModifier and TypeMethodDescription@NotNull List<InternalEnvironment>
EnvironmentDao.findAllInternalEnvironments
(int firstResult, int maxResults) EnvironmentDaoImpl.findAllInternalEnvironments
(int firstResult, int maxResults) @NotNull List<InternalEnvironment>
EnvironmentDao.findInternalEnvironmentsByIds
(@NotNull List<Long> ids) Returns a list ofInternalEnvironment
which id values are in the ids collectionEnvironmentDaoImpl.findInternalEnvironmentsByIds
(@NotNull List<Long> ids) @NotNull List<InternalEnvironment>
EnvironmentDao.getInternalEnvironmentsForDeploymentProject
(long deploymentProjectId) @NotNull List<InternalEnvironment>
EnvironmentDaoImpl.getInternalEnvironmentsForDeploymentProject
(long deploymentProjectId) -
Uses of InternalEnvironment in com.atlassian.bamboo.deployments.environments.persistence.internal
Classes in com.atlassian.bamboo.deployments.environments.persistence.internal that implement InternalEnvironmentModifier and TypeClassDescriptionclass
Minimal, user context agnostic, but fully functional implementation ofInternalEnvironment
, used when processing deployment environments en masse.class
Constructors in com.atlassian.bamboo.deployments.environments.persistence.internal with parameters of type InternalEnvironmentModifierConstructorDescriptionprotected
InternalEnvironmentImpl
(@NotNull InternalEnvironment other) InternalEnvironmentStubImpl
(@NotNull InternalEnvironment internalEnvironment, @NotNull Operations availableOperations) InternalEnvironmentStubImpl
(@NotNull InternalEnvironment other, @NotNull Function<InternalEnvironment, Operations> operations) Constructor parameters in com.atlassian.bamboo.deployments.environments.persistence.internal with type arguments of type InternalEnvironmentModifierConstructorDescriptionInternalEnvironmentStubImpl
(@NotNull InternalEnvironment other, @NotNull Function<InternalEnvironment, Operations> operations) -
Uses of InternalEnvironment in com.atlassian.bamboo.deployments.environments.requirement
Methods in com.atlassian.bamboo.deployments.environments.requirement with parameters of type InternalEnvironmentModifier and TypeMethodDescription@NotNull ExecutableAgentsMatrix
EnvironmentRequirementService.getExecutableAgentMatrixForEnvironment
(@NotNull InternalEnvironment environment) Retrieve all executable agents for a particular environment.@NotNull ExecutableAgentsMatrix
EnvironmentRequirementServiceImpl.getExecutableAgentMatrixForEnvironment
(@NotNull InternalEnvironment environment) -
Uses of InternalEnvironment in com.atlassian.bamboo.deployments.environments.service
Methods in com.atlassian.bamboo.deployments.environments.service that return types with arguments of type InternalEnvironmentModifier and TypeMethodDescription@NotNull Iterable<InternalEnvironment>
EnvironmentService.getAllInternalEnvironmentsNoUserContext
(int firstResult, int maxResults) Retrieve allEnvironment
defined in the system without filling in operations permitted for the user.EnvironmentServiceImpl.getAllInternalEnvironmentsNoUserContext
(int firstResult, int maxResults) Methods in com.atlassian.bamboo.deployments.environments.service with parameters of type InternalEnvironmentModifier and TypeMethodDescription@Nullable PlanKey
EnvironmentTriggerService.getCalculatedTriggeringPlanKey
(@NotNull InternalEnvironment environment, @NotNull DeploymentTriggerBranchSelectionMode branchSelectionMode, @Nullable PlanKey customBranchKey) @Nullable PlanKey
EnvironmentTriggerServiceImpl.getCalculatedTriggeringPlanKey
(@NotNull InternalEnvironment environment, @NotNull DeploymentTriggerBranchSelectionMode branchSelectionMode, @Nullable PlanKey customBranchKey) @NotNull List<PlanRepositoryDefinition>
EnvironmentService.getPlanRepositoryDefinitionsForEnvironment
(@NotNull InternalEnvironment environment) Retrieves all repositories used in environment source checkout tasks@NotNull List<PlanRepositoryDefinition>
EnvironmentServiceImpl.getPlanRepositoryDefinitionsForEnvironment
(@NotNull InternalEnvironment environment) Method parameters in com.atlassian.bamboo.deployments.environments.service with type arguments of type InternalEnvironmentModifier and TypeMethodDescriptionstatic void
EnvironmentServiceHelper.applyConsumerToAllInternalEnvironmentsNoUserContext
(@NotNull EnvironmentService environmentService, @NotNull Consumer<? super InternalEnvironment> consumer) Applies a consumer to all environments in the system. -
Uses of InternalEnvironment in com.atlassian.bamboo.deployments.environments.service.internal
Methods in com.atlassian.bamboo.deployments.environments.service.internal that return types with arguments of type InternalEnvironmentModifier and TypeMethodDescription@NotNull List<InternalEnvironment>
InternalEnvironmentService.getAllEnvironmentsNoUserContext
(int firstResult, int maxResults) Retrieve allEnvironment
defined in the system without filling in operations permitted for the user.@NotNull List<InternalEnvironment>
InternalEnvironmentServiceImpl.getAllEnvironmentsNoUserContext
(int firstResult, int maxResults) Methods in com.atlassian.bamboo.deployments.environments.service.internal with parameters of type InternalEnvironmentModifier and TypeMethodDescription@NotNull Operations
InternalEnvironmentService.getAvailableOperations
(@NotNull InternalEnvironment environmentStub) @NotNull Operations
InternalEnvironmentService.getAvailableOperations
(@NotNull InternalEnvironment environmentStub, boolean assumeCanRead) InternalEnvironmentServiceImpl.getAvailableOperations
(@NotNull InternalEnvironment environmentStub) InternalEnvironmentServiceImpl.getAvailableOperations
(@NotNull InternalEnvironment environmentStub, boolean assumeCanRead) -
Uses of InternalEnvironment in com.atlassian.bamboo.deployments.execution
Methods in com.atlassian.bamboo.deployments.execution with parameters of type InternalEnvironmentModifier and TypeMethodDescription@NotNull EnvironmentTriggeringResult
DeploymentPermitter.performDeployCheck
(@NotNull InternalEnvironment environment) This method is used to determine whether we are able to deploy or not -
Uses of InternalEnvironment in com.atlassian.bamboo.deployments.execution.service
Methods in com.atlassian.bamboo.deployments.execution.service with parameters of type InternalEnvironmentModifier and TypeMethodDescription@NotNull EnvironmentTriggeringResult
DeploymentPermitterImpl.performDeployCheck
(@NotNull InternalEnvironment environment) This method checks whether we're currently able to deploy -
Uses of InternalEnvironment in com.atlassian.bamboo.deployments.projects.actions
Methods in com.atlassian.bamboo.deployments.projects.actions that return types with arguments of type InternalEnvironmentModifier and TypeMethodDescriptionViewDeploymentProjects.DeploymentVersionWithEnvironments.getEnvironments()
Constructor parameters in com.atlassian.bamboo.deployments.projects.actions with type arguments of type InternalEnvironmentModifierConstructorDescriptionDeploymentVersionWithEnvironments
(DeploymentVersion deploymentVersion, Iterable<? extends InternalEnvironment> environments, DeploymentVersionState versionGeneralState) -
Uses of InternalEnvironment in com.atlassian.bamboo.deployments.repository
Methods in com.atlassian.bamboo.deployments.repository that return InternalEnvironmentModifier and TypeMethodDescription@NotNull InternalEnvironment
EnvironmentRepositoryLink.getEnvironment()
@NotNull InternalEnvironment
EnvironmentRepositoryLinkImpl.getEnvironment()
Methods in com.atlassian.bamboo.deployments.repository with parameters of type InternalEnvironmentModifier and TypeMethodDescriptionvoid
EnvironmentRepositoryLink.setEnvironment
(@NotNull InternalEnvironment environment) void
EnvironmentRepositoryLinkImpl.setEnvironment
(@NotNull InternalEnvironment environment) -
Uses of InternalEnvironment in com.atlassian.bamboo.deployments.repository.persistence
Methods in com.atlassian.bamboo.deployments.repository.persistence with parameters of type InternalEnvironmentModifier and TypeMethodDescriptionvoid
EnvironmentRepositoryLinkDao.detachAllRepositoriesFromEnvironment
(@NotNull InternalEnvironment environment) Remove allPlanRepositoryLink
defined for theEnvironment
.void
EnvironmentRepositoryLinkHibernateDao.detachAllRepositoriesFromEnvironment
(@NotNull InternalEnvironment environment) @Nullable EnvironmentRepositoryLink
EnvironmentRepositoryLinkDao.getEnvironmentRepositoryLink
(@NotNull InternalEnvironment environment, long repositoryId) @Nullable EnvironmentRepositoryLink
EnvironmentRepositoryLinkHibernateDao.getEnvironmentRepositoryLink
(@NotNull InternalEnvironment environment, long repositoryId) @NotNull List<EnvironmentRepositoryLink>
EnvironmentRepositoryLinkDao.getEnvironmentRepositoryLinks
(@NotNull InternalEnvironment environment) @NotNull List<EnvironmentRepositoryLink>
EnvironmentRepositoryLinkHibernateDao.getEnvironmentRepositoryLinks
(@NotNull InternalEnvironment environment) -
Uses of InternalEnvironment in com.atlassian.bamboo.deployments.versions
Methods in com.atlassian.bamboo.deployments.versions with parameters of type InternalEnvironmentModifier and TypeMethodDescriptionstatic void
DeploymentExecutionResolver.validate
(@Nullable InternalEnvironment environment, @Nullable DeploymentVersion deploymentVersion) Method parameters in com.atlassian.bamboo.deployments.versions with type arguments of type InternalEnvironmentModifier and TypeMethodDescriptionDeploymentExecutionResolver.canExecute
(@Nullable List<? extends InternalEnvironment> environments, @Nullable DeploymentVersion deploymentVersion) -
Uses of InternalEnvironment in com.atlassian.bamboo.task.repository
Methods in com.atlassian.bamboo.task.repository with parameters of type InternalEnvironmentModifier and TypeMethodDescription@NotNull List<PlanRepositoryDefinition>
AbstractRepositoryAwareTaskConfigurator.getPlanRepositoriesUsedByTask
(@NotNull TaskDefinition taskDefinition, @NotNull InternalEnvironment environment)