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 InternalEnvironmentDeploymentMocks.mockEnvironment(long id, @NotNull String name) Methods in com.atlassian.bamboo.deployments with parameters of type InternalEnvironmentModifier and TypeMethodDescriptionstatic DeploymentResultKeyImplDeploymentResultKeyImpl.from(@NotNull InternalEnvironment environment, @NotNull InternalDeploymentResult deploymentResult) -
Uses of InternalEnvironment in com.atlassian.bamboo.deployments.cache
Methods in com.atlassian.bamboo.deployments.cache that return types with arguments of type InternalEnvironmentModifier and TypeMethodDescription@NotNull Iterable<InternalEnvironment> CachedEnvironmentService.getAllInternalEnvironmentsNoUserContext()Retrieves all environments defined in the system without filling in operations permitted for the user.@NotNull Iterable<InternalEnvironment> CachedEnvironmentServiceImpl.getAllInternalEnvironmentsNoUserContext()@NotNull Stream<InternalEnvironment> CachedEnvironmentService.streamInternalEnvironmentsByIdsUnrestricted(@NotNull Set<Long> environmentIds) Streams internal environments by their IDs without restrictions.@NotNull Stream<InternalEnvironment> CachedEnvironmentServiceImpl.streamInternalEnvironmentsByIdsUnrestricted(@NotNull Set<Long> environmentIds) Methods in com.atlassian.bamboo.deployments.cache with parameters of type InternalEnvironmentModifier and TypeMethodDescription@NotNull EnvironmentCachedEnvironmentService.createImmutableEnvironment(@NotNull InternalEnvironment environment) ConvertInternalEnvironmentto fullEnvironment@NotNull EnvironmentCachedEnvironmentServiceImpl.createImmutableEnvironment(@NotNull InternalEnvironment environment) -
Uses of InternalEnvironment in com.atlassian.bamboo.deployments.environments
Subinterfaces of InternalEnvironment in com.atlassian.bamboo.deployments.environmentsModifier and TypeInterfaceDescriptioninterfaceRepresents decorated environment for the purpose of using it in the Freemarker generated UIinterfaceRepresents a Deployment Environment within Bamboo.Classes in com.atlassian.bamboo.deployments.environments that implement InternalEnvironmentModifier and TypeClassDescriptionclassclassclassExtended 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 InternalEnvironmentModifierConstructorDescriptionEnvironmentImpl(InternalEnvironment environment, Operations operations) EnvironmentWithConfigCounts(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 TypeInterfaceDescriptioninterfaceRepresents 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 InternalEnvironmentEnvironmentDao.findInternalEnvironmentByName(long deploymentProjectId, @NotNull String name) @Nullable InternalEnvironmentEnvironmentDaoImpl.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 ofInternalEnvironmentwhich 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 TypeClassDescriptionclassMinimal, user context agnostic, but fully functional implementation ofInternalEnvironment, used when processing deployment environments en masse.classConstructors in com.atlassian.bamboo.deployments.environments.persistence.internal with parameters of type InternalEnvironmentModifierConstructorDescriptionInternalEnvironmentImpl(@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 ExecutableAgentsMatrixEnvironmentRequirementService.getExecutableAgentMatrixForEnvironment(@NotNull InternalEnvironment environment) Retrieve all executable agents for a particular environment.@NotNull ExecutableAgentsMatrixEnvironmentRequirementServiceImpl.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 allEnvironmentdefined 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 PlanKeyEnvironmentTriggerService.getCalculatedTriggeringPlanKey(@NotNull InternalEnvironment environment, @NotNull DeploymentTriggerBranchSelectionMode branchSelectionMode, @Nullable PlanKey customBranchKey) @Nullable PlanKeyEnvironmentTriggerServiceImpl.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 voidEnvironmentServiceHelper.applyConsumerToAllInternalEnvironmentsNoUserContext(@NotNull CachedEnvironmentService cachedEnvironmentService, @NotNull EnvironmentService environmentService, @NotNull Consumer<? super InternalEnvironment> consumer) Applies a consumer to all environments in the system.static voidEnvironmentServiceHelper.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 allEnvironmentdefined 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 OperationsInternalEnvironmentService.getAvailableOperations(@NotNull InternalEnvironment environmentStub) @NotNull OperationsInternalEnvironmentService.getAvailableOperations(@NotNull InternalEnvironment environmentStub, boolean assumeCanRead) @NotNull OperationsInternalEnvironmentServiceImpl.getAvailableOperations(@NotNull InternalEnvironment environmentStub) @NotNull OperationsInternalEnvironmentServiceImpl.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 EnvironmentTriggeringResultDeploymentPermitter.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 EnvironmentTriggeringResultDeploymentPermitterImpl.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 InternalEnvironmentEnvironmentRepositoryLink.getEnvironment()@NotNull InternalEnvironmentEnvironmentRepositoryLinkImpl.getEnvironment()Methods in com.atlassian.bamboo.deployments.repository with parameters of type InternalEnvironmentModifier and TypeMethodDescriptionvoidEnvironmentRepositoryLink.setEnvironment(@NotNull InternalEnvironment environment) voidEnvironmentRepositoryLinkImpl.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 TypeMethodDescriptionvoidEnvironmentRepositoryLinkDao.detachAllRepositoriesFromEnvironment(@NotNull InternalEnvironment environment) Remove allPlanRepositoryLinkdefined for theEnvironment.voidEnvironmentRepositoryLinkHibernateDao.detachAllRepositoriesFromEnvironment(@NotNull InternalEnvironment environment) @Nullable EnvironmentRepositoryLinkEnvironmentRepositoryLinkDao.getEnvironmentRepositoryLink(@NotNull InternalEnvironment environment, long repositoryId) @Nullable EnvironmentRepositoryLinkEnvironmentRepositoryLinkHibernateDao.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 voidDeploymentExecutionResolver.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)