Uses of Interface
com.atlassian.bamboo.buildqueue.PipelineDefinition
-
-
Uses of PipelineDefinition in com.atlassian.bamboo.agent
Methods in com.atlassian.bamboo.agent with parameters of type PipelineDefinition Modifier and Type Method Description @NotNull List<ImmutableBuildable>AgentExecutableService. fetchExecutableBuildables(PipelineDefinition agent)Fetch deployment jobs that can be executed by the given agent.@NotNull List<ImmutableBuildable>AgentExecutableServiceImpl. fetchExecutableBuildables(PipelineDefinition agent)@NotNull List<DecoratedEnvironment>AgentExecutableService. fetchExecutableEnvironments(PipelineDefinition agent)Fetch deployment environments that can be executed by the given agent.@NotNull List<DecoratedEnvironment>AgentExecutableServiceImpl. fetchExecutableEnvironments(PipelineDefinition agent) -
Uses of PipelineDefinition in com.atlassian.bamboo.buildqueue
Subinterfaces of PipelineDefinition in com.atlassian.bamboo.buildqueue Modifier and Type Interface Description interfaceAgentWithCapabilitiesDefinitioninterfaceElasticAgentDefinitioninterfaceEphemeralAgentDefinitioninterfaceLocalAgentDefinitioninterfaceRemoteAgentDefinitionMethods in com.atlassian.bamboo.buildqueue that return PipelineDefinition Modifier and Type Method Description @NotNull PipelineDefinitionRemotableRemoteAgentDefinition. createPipelineDefinition() -
Uses of PipelineDefinition in com.atlassian.bamboo.buildqueue.dao
Methods in com.atlassian.bamboo.buildqueue.dao that return PipelineDefinition Modifier and Type Method Description @Nullable PipelineDefinitionAgentDao. findAgentByName(@NotNull String name)Retrieve a pipelineDefinition by name.@Nullable PipelineDefinitionAgentHibernateDao. findAgentByName(@NotNull String name)@Nullable PipelineDefinitionAgentDao. getAgentById(long id)Retrieve the agentDefinition object.PipelineDefinitionAgentHibernateDao. getAgentById(long id)PipelineDefinitionAgentDao. getLocalAgentById(long id)Retrieve the localAgentDefinitionPipelineDefinitionAgentDao. getRemoteAgentById(long id)Retrieve the remoteAgentDefinition@NotNull PipelineDefinitionAgentDao. saveAndReturn(@NotNull PipelineDefinition pipelineDefinition)Saves the passed definition and returns a new copy of the updated pipeline definition@NotNull PipelineDefinitionAgentHibernateDao. saveAndReturn(@NotNull PipelineDefinition pipelineDefinition)Methods in com.atlassian.bamboo.buildqueue.dao that return types with arguments of type PipelineDefinition Modifier and Type Method Description List<PipelineDefinition>AgentHibernateDao. findAll()List<PipelineDefinition>AgentDao. findAllAgents()Retrieves all agents();List<PipelineDefinition>AgentHibernateDao. findAllAgents()Set<PipelineDefinition>AgentDao. findAllAgentsForAgentIds(@NotNull Collection<Long> agentIds)Return a list of agents by their idsSet<PipelineDefinition>AgentHibernateDao. findAllAgentsForAgentIds(@NotNull Collection<Long> agentIds)@NotNull List<PipelineDefinition>AgentDao. findAllAgentsWithNameLike(@NotNull String likeName)Retrun a list of agents whose name is like the provided string.@NotNull List<PipelineDefinition>AgentHibernateDao. findAllAgentsWithNameLike(@NotNull String nameLike)Methods in com.atlassian.bamboo.buildqueue.dao with parameters of type PipelineDefinition Modifier and Type Method Description @NotNull PipelineDefinitionAgentDao. saveAndReturn(@NotNull PipelineDefinition pipelineDefinition)Saves the passed definition and returns a new copy of the updated pipeline definition@NotNull PipelineDefinitionAgentHibernateDao. saveAndReturn(@NotNull PipelineDefinition pipelineDefinition)voidAgentDao. updateAgentShutdownTime(@NotNull PipelineDefinition agentDefinition)Updates agent shutdown time taking into account that passed object might not be in session.voidAgentHibernateDao. updateAgentShutdownTime(@NotNull PipelineDefinition agentDefinition)Method parameters in com.atlassian.bamboo.buildqueue.dao with type arguments of type PipelineDefinition Modifier and Type Method Description longAgentDao. getAgentCount(Class<? extends PipelineDefinition> agentDefinitionClass)Retrieves the amount of agents of given type stored in the databaselongAgentHibernateDao. getAgentCount(Class<? extends PipelineDefinition> agentDefinitionClass) -
Uses of PipelineDefinition in com.atlassian.bamboo.buildqueue.manager
Methods in com.atlassian.bamboo.buildqueue.manager that return PipelineDefinition Modifier and Type Method Description @Nullable PipelineDefinitionAgentManager. getAgentDefinition(@NotNull Long agentId)@Nullable PipelineDefinitionAgentManagerImpl. getAgentDefinition(@NotNull Long agentId)@Nullable PipelineDefinitionAgentManager. getAgentDefinitionByName(@NotNull String name)Retrieve a pipelineDefinition by name.@Nullable PipelineDefinitionAgentManagerImpl. getAgentDefinitionByName(@NotNull String name)@NotNull PipelineDefinitionRemoteAgentManager. registerAgent(@NotNull PipelineDefinition remoteAgentDefinition)Initial setup / verification of the agent.@NotNull PipelineDefinitionRemoteAgentManagerImpl. registerAgent(@NotNull PipelineDefinition remoteAgentDefinition)Methods in com.atlassian.bamboo.buildqueue.manager that return types with arguments of type PipelineDefinition Modifier and Type Method Description Map<Long,PipelineDefinition>AgentManager. findAllAgentsForAgentIds(@NotNull Collection<Long> agentIds)Returns a Map ofPipelineDefinitions keyed by their idMap<Long,PipelineDefinition>AgentManagerImpl. findAllAgentsForAgentIds(@NotNull Collection<Long> agentIds)@NotNull List<PipelineDefinition>AgentManager. getAgentDefinitionsWithNameLike(@NotNull String likeName)Return a list of agents whose name is like the provided string.@NotNull List<PipelineDefinition>AgentManagerImpl. getAgentDefinitionsWithNameLike(@NotNull String likeName)List<PipelineDefinition>AgentManager. getAllPersistedAgentDefinitions()Retrieves a list of all agent definitions stored in the database.List<PipelineDefinition>AgentManagerImpl. getAllPersistedAgentDefinitions()Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type PipelineDefinition Modifier and Type Method Description ErrorCollectionAgentCapabilityService. addCapability(@NotNull PipelineDefinition agent, @NotNull String key, @NotNull String value)Add new capability for agent.ErrorCollectionAgentCapabilityServiceImpl. addCapability(@NotNull PipelineDefinition agent, @NotNull String key, @NotNull String value)static Iterable<AgentAssignmentService.AgentAssignmentExecutor>AgentAssignmentServiceHelper. asExecutors(PipelineDefinition pipelineDefinition)static Iterable<AgentAssignmentService.AgentAssignmentExecutor>AgentAssignmentServiceHelper. asExecutors(PipelineDefinition pipelineDefinition, boolean directAssignmentsOnly)@NotNull ReadOnlyCapabilitySetAgentCapabilityService. getAgentCapabilities(@NotNull PipelineDefinition agent, boolean includeShared)@NotNull ReadOnlyCapabilitySetAgentCapabilityServiceImpl. getAgentCapabilities(@NotNull PipelineDefinition agent, boolean includeShared)@NotNull PipelineDefinitionRemoteAgentManager. registerAgent(@NotNull PipelineDefinition remoteAgentDefinition)Initial setup / verification of the agent.@NotNull PipelineDefinitionRemoteAgentManagerImpl. registerAgent(@NotNull PipelineDefinition remoteAgentDefinition)voidAgentCapabilityService. removeCapabilities(@NotNull PipelineDefinition agent)Remove all capabilities for agent.voidAgentCapabilityServiceImpl. removeCapabilities(@NotNull PipelineDefinition agent)voidAgentCapabilityService. removeCapability(@NotNull PipelineDefinition agent, @NotNull String capabilityKey)Remove agent's capability.voidAgentCapabilityServiceImpl. removeCapability(@NotNull PipelineDefinition agent, @NotNull String capabilityKey)voidAgentManager. saveAnyPipeline(@NotNull PipelineDefinition pipelineDefinition)Stores a pipelinePipelineDefinitionof any type (elastic, local, remote) AgentConfigurationUpdateEvent is fired after the pipeline is savedvoidAgentManager. saveAnyPipeline(@NotNull PipelineDefinition pipelineDefinition, @Nullable AgentConfigurationUpdatedEventFactory eventFactory)Stores a pipelinePipelineDefinitionof any type (elastic, local, remote)voidAgentManagerImpl. saveAnyPipeline(@NotNull PipelineDefinition pipelineDefinition)voidAgentManagerImpl. saveAnyPipeline(@NotNull PipelineDefinition pipelineDefinition, @Nullable AgentConfigurationUpdatedEventFactory eventFactory)voidAgentManager. savePipeline(PipelineDefinition pipelineDefinition)Stores thePipelineDefinition.voidAgentManager. savePipeline(PipelineDefinition pipelineDefinition, @Nullable AgentConfigurationUpdatedEventFactory eventFactory)Stores thePipelineDefinition.voidAgentManagerImpl. savePipeline(@NotNull PipelineDefinition pipelineDefinition)voidAgentManagerImpl. savePipeline(@NotNull PipelineDefinition pipelineDefinition, @Nullable AgentConfigurationUpdatedEventFactory eventFactory)@NotNull BuildAgentAgentStateCache. updateAgentInCache(PipelineDefinition definition)ErrorCollectionAgentCapabilityService. updateCapability(@NotNull PipelineDefinition agent, @NotNull String key, @Nullable String value, @NotNull CapabilitySource capabilitySource)Update value of existing capability.ErrorCollectionAgentCapabilityServiceImpl. updateCapability(@NotNull PipelineDefinition agent, @NotNull String key, @Nullable String value, @NotNull CapabilitySource capabilitySource)Method parameters in com.atlassian.bamboo.buildqueue.manager with type arguments of type PipelineDefinition Modifier and Type Method Description longAgentManager. getAgentCount(Class<? extends PipelineDefinition> agentDefinitionClass)Retrieves the amount of agents of given type stored in the databaselongAgentManagerImpl. getAgentCount(Class<? extends PipelineDefinition> agentDefinitionClass) -
Uses of PipelineDefinition in com.atlassian.bamboo.capability
Methods in com.atlassian.bamboo.capability that return PipelineDefinition Modifier and Type Method Description @Nullable PipelineDefinitionCapabilityHibernateSetDao. getPipelineDefinition(@NotNull CapabilitySet capabilitySet)@Nullable PipelineDefinitionCapabilitySetDao. getPipelineDefinition(@NotNull CapabilitySet capabilitySet)Methods in com.atlassian.bamboo.capability with parameters of type PipelineDefinition Modifier and Type Method Description static @Nullable CapabilitySetCapabilitySetProvider. getAgentCapabilitySet(PipelineDefinition definition) -
Uses of PipelineDefinition in com.atlassian.bamboo.configuration.agent
Fields in com.atlassian.bamboo.configuration.agent declared as PipelineDefinition Modifier and Type Field Description protected PipelineDefinitionConfigureAgentCapability. agentprotected PipelineDefinitionViewAgentDetails. agentMethods in com.atlassian.bamboo.configuration.agent that return PipelineDefinition Modifier and Type Method Description PipelineDefinitionConfigureAgentAssignments. getAgent()PipelineDefinitionConfigureAgentCapability. getAgent()PipelineDefinitionViewAgent. getAgent()PipelineDefinitionViewAgentDetails. getAgent()PipelineDefinitionViewRejectedRequirements. getBuildAgent()Methods in com.atlassian.bamboo.configuration.agent that return types with arguments of type PipelineDefinition Modifier and Type Method Description Map<PipelineDefinition,AgentCapabilityDelta>RenameAgentCapability. getCapabilityDeltaMap()Methods in com.atlassian.bamboo.configuration.agent with parameters of type PipelineDefinition Modifier and Type Method Description voidConfigureAgentCapability. setAgent(PipelineDefinition agent)voidViewAgent. setAgent(PipelineDefinition agent)voidViewAgentDetails. setAgent(PipelineDefinition agent) -
Uses of PipelineDefinition in com.atlassian.bamboo.crypto.agent
Fields in com.atlassian.bamboo.crypto.agent with type parameters of type PipelineDefinition Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<AgentCipherImpl,PipelineDefinition>AgentCipherImpl_. agentMethods in com.atlassian.bamboo.crypto.agent with parameters of type PipelineDefinition Modifier and Type Method Description AgentCipherAgentCipherDao. saveCipher(PipelineDefinition agent, String key, String iv)AgentCipherAgentCipherHibernateDao. saveCipher(PipelineDefinition agent, String key, String iv)Constructors in com.atlassian.bamboo.crypto.agent with parameters of type PipelineDefinition Constructor Description AgentCipherImpl(@NotNull PipelineDefinition agent, String key, String iv) -
Uses of PipelineDefinition in com.atlassian.bamboo.event.agent
Methods in com.atlassian.bamboo.event.agent that return PipelineDefinition Modifier and Type Method Description PipelineDefinitionAgentRegisteredEvent. getAgent()PipelineDefinitionAgentRegisteringEvent. getAgent()Constructors in com.atlassian.bamboo.event.agent with parameters of type PipelineDefinition Constructor Description AgentRegisteredEvent(Object source, PipelineDefinition agent)AgentRegisteringEvent(Object source, PipelineDefinition agent) -
Uses of PipelineDefinition in com.atlassian.bamboo.migration.stream
Methods in com.atlassian.bamboo.migration.stream that return PipelineDefinition Modifier and Type Method Description protected @NotNull PipelineDefinitionPipelineMapper. createItemInstance(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor)Method returns only placeholder for pipeline data.Methods in com.atlassian.bamboo.migration.stream with parameters of type PipelineDefinition Modifier and Type Method Description voidPipelineMapper. afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<PipelineDefinition> pipelineDefinitions, @NotNull PipelineDefinition pipeline, long objectIndex, @NotNull org.hibernate.Session session)protected voidPipelineMapper. exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull PipelineDefinition object, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean)protected voidPipelineMapper. importProperties(@NotNull PipelineDefinition pipeline, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session)Method parameters in com.atlassian.bamboo.migration.stream with type arguments of type PipelineDefinition Modifier and Type Method Description voidPipelineMapper. afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<PipelineDefinition> pipelineDefinitions, @NotNull PipelineDefinition pipeline, long objectIndex, @NotNull org.hibernate.Session session)voidPipelineMapper. beforeImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<PipelineDefinition> pipelineDefinitions, @NotNull org.hibernate.Session session) -
Uses of PipelineDefinition in com.atlassian.bamboo.v2.build.agent
Classes in com.atlassian.bamboo.v2.build.agent that implement PipelineDefinition Modifier and Type Class Description classAgentWithCapabilitiesDefinitionImplclassElasticAgentDefinitionImplDefines an Elastic AgentclassEphemeralAgentDefinitionImplDefines an Ephemeral AgentclassLocalAgentDefinitionImplclassPipelineDefinitionImplclassRemoteAgentDefinitionImplMethods in com.atlassian.bamboo.v2.build.agent that return PipelineDefinition Modifier and Type Method Description @NotNull PipelineDefinitionRemotableElasticAgentDefinitionImpl. createPipelineDefinition()@NotNull PipelineDefinitionRemotableEphemeralAgentDefinitionImpl. createPipelineDefinition()@NotNull PipelineDefinitionRemotableRemoteAgentDefinitionImpl. createPipelineDefinition()@NotNull PipelineDefinitionBuildAgent. getDefinition()@NotNull PipelineDefinitionBuildAgentImpl. getDefinition()Methods in com.atlassian.bamboo.v2.build.agent with parameters of type PipelineDefinition Modifier and Type Method Description intPipelineDefinitionImpl. compareTo(PipelineDefinition obj)voidBuildAgent. setDefinition(@NotNull PipelineDefinition definition)voidBuildAgentImpl. setDefinition(@NotNull PipelineDefinition definition)protected voidRemotableRemoteAgentDefinitionImpl. setPipelineProperties(PipelineDefinition pipelineDefinition)Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type PipelineDefinition Constructor Description BuildAgentImpl(@NotNull PipelineDefinition definition, @NotNull AgentStatus agentStatus)RemotableRemoteAgentDefinitionImpl(PipelineDefinition pipelineDefinition) -
Uses of PipelineDefinition in com.atlassian.bamboo.v2.build.agent.capability
Methods in com.atlassian.bamboo.v2.build.agent.capability that return PipelineDefinition Modifier and Type Method Description @Nullable PipelineDefinitionCapabilitySetManager. getPipelineDefinition(@NotNull CapabilitySet capabilitySet)@Nullable PipelineDefinitionCapabilitySetManagerImpl. getPipelineDefinition(@NotNull CapabilitySet capabilitySet) -
Uses of PipelineDefinition in com.atlassian.bamboo.ww2.actions.admin.ephemeral
Methods in com.atlassian.bamboo.ww2.actions.admin.ephemeral with parameters of type PipelineDefinition Modifier and Type Method Description longManageEphemeralAgentsPodsAction. getAgentTemplateId(PipelineDefinition agentDefinition) -
Uses of PipelineDefinition in com.atlassian.bamboo.ww2.actions.agent
Methods in com.atlassian.bamboo.ww2.actions.agent that return PipelineDefinition Modifier and Type Method Description PipelineDefinitionViewAgentDetailsAction. getAgent()@NotNull PipelineDefinitionBuildAgentDecorator. getDefinition()Methods in com.atlassian.bamboo.ww2.actions.agent with parameters of type PipelineDefinition Modifier and Type Method Description voidBuildAgentDecorator. setDefinition(@NotNull PipelineDefinition definition) -
Uses of PipelineDefinition in com.atlassian.bamboo.ww2.actions.build
Methods in com.atlassian.bamboo.ww2.actions.build that return PipelineDefinition Modifier and Type Method Description PipelineDefinitionViewBuildResultsTable. getPipelineDefinitionByBuildResult(BuildResultsSummary buildResultsSummary)
-