Uses of Interface
com.atlassian.bamboo.plan.cache.ImmutableBuildable

Packages that use ImmutableBuildable
com.atlassian.bamboo.build   
com.atlassian.bamboo.builder.resultsfilter   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.configuration.agent   
com.atlassian.bamboo.persister   
com.atlassian.bamboo.persister.file   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.cache   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.resultsummary.tests   
com.atlassian.bamboo.task   
com.atlassian.bamboo.v2.build.agent.capability   
com.atlassian.bamboo.ww2.actions   
com.atlassian.bamboo.ww2.actions.admin.elastic   
com.atlassian.bamboo.ww2.actions.build.admin.config   
com.atlassian.bamboo.ww2.aware   
 

Uses of ImmutableBuildable in com.atlassian.bamboo.build
 

Subinterfaces of ImmutableBuildable in com.atlassian.bamboo.build
 interface Buildable
           
 interface Job
           
 

Classes in com.atlassian.bamboo.build that implement ImmutableBuildable
 class DefaultJob
           
 

Methods in com.atlassian.bamboo.build that return ImmutableBuildable
 ImmutableBuildable BuildResultsAction.getImmutableBuild()
           
 

Methods in com.atlassian.bamboo.build with parameters of type ImmutableBuildable
protected  java.lang.String BuildResultsAction.errorMessage(ImmutableBuildable build)
           
protected  BuildResults BuildResultsAction.getBuildResultsFromContainer(ImmutableBuildable buildable, int currentBuildNumber)
           
 void BuildResultsAction.setBuild(ImmutableBuildable build)
           
 

Constructors in com.atlassian.bamboo.build with parameters of type ImmutableBuildable
BuildStatusHelper(ResultsSummaryManager resultsSummaryManager, ImmutableBuildable buildable, int buildNumber)
           
 

Uses of ImmutableBuildable in com.atlassian.bamboo.builder.resultsfilter
 

Methods in com.atlassian.bamboo.builder.resultsfilter with parameters of type ImmutableBuildable
 java.util.List<BuildResultsSummary> BuildResultsFilter.getBuildResultsForBuild(ImmutableBuildable buildable)
          Deprecated. since 2.7 use #getResultsForPlan(Plan) instead
 java.util.List<BuildResultsSummary> TimeAgoBuildResultsFilter.getBuildResultsForBuild(ImmutableBuildable buildable)
          Deprecated. 
 java.util.List<BuildResultsSummary> Latest25FiveBuildResultsFilter.getBuildResultsForBuild(ImmutableBuildable buildable)
          Deprecated. 
 java.util.List<BuildResultsSummary> AllBuildResultsFilter.getBuildResultsForBuild(ImmutableBuildable buildable)
          Deprecated. since 2.7 use #getResultsForPlan(Plan) instead
 

Uses of ImmutableBuildable in com.atlassian.bamboo.buildqueue.manager
 

Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type ImmutableBuildable
static java.lang.Iterable<AgentAssignmentService.AgentAssignmentExecutable> AgentAssignmentServiceHelper.asExecutables(ImmutableBuildable buildable)
           
 

Uses of ImmutableBuildable in com.atlassian.bamboo.configuration.agent
 

Methods in com.atlassian.bamboo.configuration.agent that return types with arguments of type ImmutableBuildable
 java.util.Collection<ImmutableBuildable> ViewAgent.getExecutableBuildables()
           
 

Methods in com.atlassian.bamboo.configuration.agent with parameters of type ImmutableBuildable
 BuildResultsSummary ViewAgent.findLastBuild(ImmutableBuildable plan)
           
 BuildResultsSummary ViewAgent.findLastSuccessfulBuild(ImmutableBuildable plan)
           
 java.util.Map<java.lang.Long,CapabilityMatchResult> ViewAgentPlanMatrix.getAgentPlanMatrixRow(ImmutableBuildable buildable)
           
 java.util.Map<java.lang.Long,CapabilityMatchResult> ViewAgentPlanMatrix.getImagePlanMatrixRow(ImmutableBuildable buildable)
           
 

Uses of ImmutableBuildable in com.atlassian.bamboo.persister
 

Methods in com.atlassian.bamboo.persister with parameters of type ImmutableBuildable
 void Persister.addBuildResults(ImmutableBuildable buildable, BuildResults buildResults)
          Deprecated. since 2.7
 void Persister.deleteBuildResults(ImmutableBuildable buildable, long buildNumber)
          Deprecated. since 2.7
 void CachedBuildPersisterDecorator.deleteBuildResults(ImmutableBuildable buildable, long buildNumber)
          Remove a specific build build
 void CachedBuildPersisterDecorator.saveBuildResults(ImmutableBuildable buildable, BuildResults buildResults)
          Simply pass this request onto the parent
 

Uses of ImmutableBuildable in com.atlassian.bamboo.persister.file
 

Methods in com.atlassian.bamboo.persister.file with parameters of type ImmutableBuildable
 void FileBasedPersister.addBuildResults(ImmutableBuildable buildable, BuildResults buildResults)
           
 void XStreamBuildPersister.deleteBuildResults(ImmutableBuildable buildable, long buildNumber)
          Remove the build files for the given build buildNumber.
 void FileBasedPersister.deleteBuildResults(ImmutableBuildable buildable, long buildNumber)
           
 void BuildPersisterDecorator.deleteBuildResults(ImmutableBuildable buildable, long buildNumber)
          Remove a specific build result
 void XStreamBuildPersister.saveBuildResults(ImmutableBuildable buildable, BuildResults buildResults)
          Save the build results
 void BuildPersisterDecorator.saveBuildResults(ImmutableBuildable buildable, BuildResults buildResults)
          Save the given build's given buildResults
 

Uses of ImmutableBuildable in com.atlassian.bamboo.plan
 

Methods in com.atlassian.bamboo.plan that return types with arguments of type ImmutableBuildable
 java.util.Collection<ImmutableBuildable> ExecutableAgentsHelper.getExecutableBuildables(ExecutableAgentsHelper.ExecutableQuery executableQuery)
          Collection of buildables for which this agent can execute.
 java.util.Collection<ImmutableBuildable> ExecutableAgentsHelperImpl.getExecutableBuildables(ExecutableAgentsHelper.ExecutableQuery executableQuery)
           
 

Uses of ImmutableBuildable in com.atlassian.bamboo.plan.cache
 

Subinterfaces of ImmutableBuildable in com.atlassian.bamboo.plan.cache
 interface ImmutableJob
          Immutable, threadsafe cacheable version of Job
 

Classes in com.atlassian.bamboo.plan.cache that implement ImmutableBuildable
 class ImmutableJobImpl
           
 

Uses of ImmutableBuildable in com.atlassian.bamboo.resultsummary
 

Methods in com.atlassian.bamboo.resultsummary with parameters of type ImmutableBuildable
 long BuildResultsSummaryManager.getAverageBuildTime(ImmutableBuildable buildable, int numberOfResults)
          Deprecated. Returns average build duration for given number of builds
 long BuildResultsSummaryManagerImpl.getAverageBuildTime(ImmutableBuildable plan, int numberOfResults)
           
 java.util.List<BuildResultsSummary> ResultsSummaryManager.getLastNBuildResultsSummaries(ImmutableBuildable buildable, int numberOfResults)
          Deprecated. since 2.7 use getLastNResultsSummaries instead
 java.util.List<BuildResultsSummary> BuildResultsSummaryManagerImpl.getLastNBuildResultsSummaries(ImmutableBuildable buildable, int numberOfResults)
          Deprecated. 
 

Uses of ImmutableBuildable in com.atlassian.bamboo.resultsummary.tests
 

Constructors in com.atlassian.bamboo.resultsummary.tests with parameters of type ImmutableBuildable
TestCaseSummaryImpl(TestCase testCase, ImmutableBuildable build, java.util.List<BuildResultsSummary> filteredBuildResults, TestsManager testsManager, ResultsSummaryManager resultsSummaryManager)
           
 

Uses of ImmutableBuildable in com.atlassian.bamboo.task
 

Methods in com.atlassian.bamboo.task with parameters of type ImmutableBuildable
 void TaskManager.updateWorkingDirSelectors(ImmutableBuildable job, BuildDefinition buildDefinition, java.util.Map<java.lang.Long,java.lang.Long> repositoryIdsChanges)
          Calculates id of the repository that defines working directory after repository or task edition.
 void TaskManagerImpl.updateWorkingDirSelectors(ImmutableBuildable job, BuildDefinition buildDefinition, java.util.Map<java.lang.Long,java.lang.Long> repositoryIdsChanges)
           
 

Uses of ImmutableBuildable in com.atlassian.bamboo.v2.build.agent.capability
 

Methods in com.atlassian.bamboo.v2.build.agent.capability that return types with arguments of type ImmutableBuildable
 java.util.Collection<ImmutableBuildable> CapabilitySetManager.getExecutableBuildables(ReadOnlyCapabilitySet capabilitySet)
          Deprecated. since 5.0. Will not filter by agent assignments. Use ExecutableAgentsHelper.getExecutableBuildables(com.atlassian.bamboo.plan.ExecutableAgentsHelper.ExecutableQuery)
 java.util.Collection<ImmutableBuildable> CapabilitySetManagerImpl.getExecutableBuildables(ReadOnlyCapabilitySet capabilitySet)
           
 

Constructors in com.atlassian.bamboo.v2.build.agent.capability with parameters of type ImmutableBuildable
CapabilityRequirementSetDecorator(ImmutableBuildable buildable, java.util.Collection<Requirement> requirements, com.opensymphony.xwork.TextProvider textProvider, CapabilityHelper capabilityHelper, TaskManager taskManager)
          Deprecated. since 5.1 use $TextProvider instead of $TextProvider
CapabilityRequirementSetDecorator(ImmutableBuildable buildable, java.util.Collection<Requirement> requirements, com.atlassian.struts.TextProvider textProvider, CapabilityHelper capabilityHelper, TaskManager taskManager)
           
CapabilityRequirementSetDecorator(ImmutableBuildable buildable, RequirementSet requirementSet, com.opensymphony.xwork.TextProvider textProvider, CapabilityHelper capabilityHelper, TaskManager taskManager)
          Deprecated. since 5.1 use $TextProvider instead of $TextProvider
CapabilityRequirementSetDecorator(ImmutableBuildable buildable, RequirementSet requirementSet, com.atlassian.struts.TextProvider textProvider, CapabilityHelper capabilityHelper, TaskManager taskManager)
           
 

Uses of ImmutableBuildable in com.atlassian.bamboo.ww2.actions
 

Methods in com.atlassian.bamboo.ww2.actions that return ImmutableBuildable
 ImmutableBuildable BuildableAwareContextHolder.getImmutableBuild()
           
 ImmutableBuildable BuildActionSupport.getImmutableBuild()
           
 

Methods in com.atlassian.bamboo.ww2.actions with parameters of type ImmutableBuildable
 void BuildableAwareContextHolder.setBuild(ImmutableBuildable build)
           
 void BuildActionSupport.setBuild(ImmutableBuildable build)
           
 

Uses of ImmutableBuildable in com.atlassian.bamboo.ww2.actions.admin.elastic
 

Methods in com.atlassian.bamboo.ww2.actions.admin.elastic that return types with arguments of type ImmutableBuildable
 java.util.Collection<ImmutableBuildable> ConfigureElasticImageConfiguration.getExecutableBuildables()
           
 

Methods in com.atlassian.bamboo.ww2.actions.admin.elastic with parameters of type ImmutableBuildable
 BuildResultsSummary ConfigureElasticImageConfiguration.findLastBuild(ImmutableBuildable buildable)
           
 

Uses of ImmutableBuildable in com.atlassian.bamboo.ww2.actions.build.admin.config
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.config that return ImmutableBuildable
 ImmutableBuildable ConfigureBuildPermissions.getImmutableBuild()
           
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.config with parameters of type ImmutableBuildable
 void ConfigureBuildPermissions.setBuild(ImmutableBuildable build)
           
 

Uses of ImmutableBuildable in com.atlassian.bamboo.ww2.aware
 

Methods in com.atlassian.bamboo.ww2.aware that return ImmutableBuildable
 ImmutableBuildable BuildableAware.getImmutableBuild()
           
 

Methods in com.atlassian.bamboo.ww2.aware with parameters of type ImmutableBuildable
 void BuildableAware.setBuild(ImmutableBuildable build)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.