Uses of Interface
com.atlassian.bamboo.deployments.environments.InternalEnvironment
-
-
Uses of InternalEnvironment in com.atlassian.bamboo.credentials
Methods in com.atlassian.bamboo.credentials that return types with arguments of type InternalEnvironment Modifier and Type Method Description List<InternalEnvironment>
SharedCredentialsInEnvironments. getEnvironmentsWithSharedCredentials()
Constructor parameters in com.atlassian.bamboo.credentials with type arguments of type InternalEnvironment Constructor Description SharedCredentialsInEnvironments(Long sharedCredentialsId, List<InternalEnvironment> environmentsWithSharedCredentials)
-
Uses of InternalEnvironment in com.atlassian.bamboo.deployments
Methods in com.atlassian.bamboo.deployments with type parameters of type InternalEnvironment Modifier and Type Method Description static <T extends InternalEnvironment>
org.hamcrest.Matcher<T>DeploymentMatchers. equalToEnvironment(T reference)
Methods in com.atlassian.bamboo.deployments that return InternalEnvironment Modifier and Type Method Description static InternalEnvironment
DeploymentMocks. mockEnvironment(long id, @NotNull String name)
Methods in com.atlassian.bamboo.deployments with parameters of type InternalEnvironment Modifier and Type Method Description static 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.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 InternalEnvironment Modifier and Type Class Description class
DecoratedEnvironmentImpl
class
EnvironmentImpl
class
EnvironmentWithConfigCounts
Extended environment bean with some more data for UI.Methods in com.atlassian.bamboo.deployments.environments that return InternalEnvironment Modifier and Type Method Description InternalEnvironment
EnvironmentWithConfigCounts. getEnvironment()
Methods in com.atlassian.bamboo.deployments.environments that return types with arguments of type InternalEnvironment Modifier and Type Method Description static 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 InternalEnvironment Modifier and Type Method Description @NotNull List<PlanRepositoryDefinition>
RepositoryAwareDeploymentTaskConfigurator. getPlanRepositoriesUsedByTask(@NotNull TaskDefinition taskDefinition, @NotNull InternalEnvironment environment)
Constructors in com.atlassian.bamboo.deployments.environments with parameters of type InternalEnvironment Constructor Description 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.dashboard Modifier and Type Interface Description interface
EnvironmentStub
For use in actions only.Classes in com.atlassian.bamboo.deployments.environments.dashboard that implement InternalEnvironment Modifier and Type Class Description class
EnvironmentStubImpl
-
Uses of InternalEnvironment in com.atlassian.bamboo.deployments.environments.index
Constructors in com.atlassian.bamboo.deployments.environments.index with parameters of type InternalEnvironment Constructor Description IndexedEnvironmentImpl(@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 InternalEnvironment Modifier and Type Class Description class
IsEnvironmentEq<T extends InternalEnvironment>
Methods in com.atlassian.bamboo.deployments.environments.matcher with type parameters of type InternalEnvironment Modifier and Type Method Description static <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.persistence Modifier and Type Interface Description interface
MutableEnvironment
Represents the Environment that will be stored in the database.Classes in com.atlassian.bamboo.deployments.environments.persistence that implement InternalEnvironment Modifier and Type Class Description class
EnvironmentStubDto
class
MutableEnvironmentImpl
Methods in com.atlassian.bamboo.deployments.environments.persistence that return InternalEnvironment Modifier and Type Method Description @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 InternalEnvironment Modifier and Type Method Description @NotNull List<InternalEnvironment>
EnvironmentDao. findAllInternalEnvironments(int firstResult, int maxResults)
List<InternalEnvironment>
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 collectionList<InternalEnvironment>
EnvironmentDaoImpl. 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 InternalEnvironment Modifier and Type Class Description class
InternalEnvironmentImpl
Minimal, user context agnostic, but fully functional implementation ofInternalEnvironment
, used when processing deployment environments en masse.class
InternalEnvironmentStubImpl
Constructors in com.atlassian.bamboo.deployments.environments.persistence.internal with parameters of type InternalEnvironment Constructor Description 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 InternalEnvironment Constructor Description InternalEnvironmentStubImpl(@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 InternalEnvironment Modifier and Type Method Description @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 InternalEnvironment Modifier and Type Method Description @NotNull Iterable<InternalEnvironment>
EnvironmentService. getAllInternalEnvironmentsNoUserContext(int firstResult, int maxResults)
Retrieve allEnvironment
defined in the system without filling in operations permitted for the user.Iterable<InternalEnvironment>
EnvironmentServiceImpl. getAllInternalEnvironmentsNoUserContext(int firstResult, int maxResults)
Methods in com.atlassian.bamboo.deployments.environments.service with parameters of type InternalEnvironment Modifier and Type Method Description @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 InternalEnvironment Modifier and Type Method Description static 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 InternalEnvironment Modifier and Type Method Description @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 InternalEnvironment Modifier and Type Method Description @NotNull Operations
InternalEnvironmentService. getAvailableOperations(@NotNull InternalEnvironment environmentStub)
@NotNull Operations
InternalEnvironmentService. getAvailableOperations(@NotNull InternalEnvironment environmentStub, boolean assumeCanRead)
Operations
InternalEnvironmentServiceImpl. getAvailableOperations(@NotNull InternalEnvironment environmentStub)
Operations
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 InternalEnvironment Modifier and Type Method Description @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 InternalEnvironment Modifier and Type Method Description @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 InternalEnvironment Modifier and Type Method Description List<InternalEnvironment>
ViewDeploymentProjects.DeploymentVersionWithEnvironments. getEnvironments()
Constructor parameters in com.atlassian.bamboo.deployments.projects.actions with type arguments of type InternalEnvironment Constructor Description DeploymentVersionWithEnvironments(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 InternalEnvironment Modifier and Type Method Description @NotNull InternalEnvironment
EnvironmentRepositoryLink. getEnvironment()
@NotNull InternalEnvironment
EnvironmentRepositoryLinkImpl. getEnvironment()
Methods in com.atlassian.bamboo.deployments.repository with parameters of type InternalEnvironment Modifier and Type Method Description void
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 InternalEnvironment Modifier and Type Method Description void
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 InternalEnvironment Modifier and Type Method Description static void
DeploymentExecutionResolver. validate(@Nullable InternalEnvironment environment, @Nullable DeploymentVersion deploymentVersion)
Method parameters in com.atlassian.bamboo.deployments.versions with type arguments of type InternalEnvironment Modifier and Type Method Description static Map<String,Pair<Boolean,String>>
DeploymentExecutionResolver. 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 InternalEnvironment Modifier and Type Method Description @NotNull List<PlanRepositoryDefinition>
AbstractRepositoryAwareTaskConfigurator. getPlanRepositoriesUsedByTask(@NotNull TaskDefinition taskDefinition, @NotNull InternalEnvironment environment)
-