Uses of Class
com.atlassian.bamboo.plan.PlanResultKey

Packages that use PlanResultKey
com.atlassian.bamboo.artifact   
com.atlassian.bamboo.brokenbuildtracker.notifications   
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.artifact   
com.atlassian.bamboo.build.logger   
com.atlassian.bamboo.build.monitoring   
com.atlassian.bamboo.builder   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.deployments.execution.triggering   
com.atlassian.bamboo.deployments.versions   
com.atlassian.bamboo.deployments.versions.actions   
com.atlassian.bamboo.deployments.versions.persistence   
com.atlassian.bamboo.deployments.versions.persistence.items   
com.atlassian.bamboo.deployments.versions.service   
com.atlassian.bamboo.event   
com.atlassian.bamboo.fileserver   
com.atlassian.bamboo.js   
com.atlassian.bamboo.labels   
com.atlassian.bamboo.migration.beans   
com.atlassian.bamboo.migration.stream   
com.atlassian.bamboo.migration.utils   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.artifact   
com.atlassian.bamboo.plan.cache   
com.atlassian.bamboo.plan.trigger   
com.atlassian.bamboo.plugins.jira.release   
com.atlassian.bamboo.plugins.vcs.task   
com.atlassian.bamboo.rest.adapter   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.resultsummary.tests   
com.atlassian.bamboo.utils   
com.atlassian.bamboo.v2.build   
com.atlassian.bamboo.v2.build.agent.messages   
com.atlassian.bamboo.v2.build.agent.remote   
com.atlassian.bamboo.v2.build.events   
com.atlassian.bamboo.v2.build.timing   
com.atlassian.bamboo.v2.build.trigger   
com.atlassian.bamboo.ww2.actions   
com.atlassian.bamboo.ww2.beans   
com.atlassian.bamboo.xmpp.commands   
 

Uses of PlanResultKey in com.atlassian.bamboo.artifact
 

Methods in com.atlassian.bamboo.artifact that return PlanResultKey
 PlanResultKey Artifact.getPlanResultKey()
          Get key of ResultsSummary that owns this Artifact.
 PlanResultKey MutableArtifactImpl.getPlanResultKey()
           
 PlanResultKey ArtifactImpl.getPlanResultKey()
           
 

Methods in com.atlassian.bamboo.artifact with parameters of type PlanResultKey
 java.util.List<MutableArtifact> ArtifactHibernateDao.findPlanResultArtifactsReferencedByVersion(PlanResultKey planResultKey)
           
 java.util.List<MutableArtifact> ArtifactDao.findPlanResultArtifactsReferencedByVersion(PlanResultKey planResultKey)
          Find all artifacts that belong to a build result are part of a deployment version.
 void ArtifactHibernateDao.removeByPlanResultKey(PlanResultKey planResultKey)
           
 void ArtifactDao.removeByPlanResultKey(PlanResultKey planResultKey)
          Remove all artifacts that belong to a build result and are not part of a deployment version.
 void MutableArtifact.setPlanResultKey(PlanResultKey planResultKey)
           
 void MutableArtifactImpl.setPlanResultKey(PlanResultKey planResultKey)
           
 

Constructors in com.atlassian.bamboo.artifact with parameters of type PlanResultKey
MutableArtifactImpl(java.lang.String label, PlanResultKey planResultKey, java.lang.String linkType, boolean sharedArtifact)
           
MutableArtifactImpl(java.lang.String label, PlanResultKey planResultKey, java.lang.String linkType, boolean sharedArtifact, java.lang.Long persistedSize)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.brokenbuildtracker.notifications
 

Methods in com.atlassian.bamboo.brokenbuildtracker.notifications that return PlanResultKey
 PlanResultKey UserResponsibilityEvent.getPlanResultKey()
           
 

Methods in com.atlassian.bamboo.brokenbuildtracker.notifications with parameters of type PlanResultKey
 void UserResponsibilityEvent.setPlanResultKey(PlanResultKey planResultKey)
           
 

Constructors in com.atlassian.bamboo.brokenbuildtracker.notifications with parameters of type PlanResultKey
UserRespAddedEvent(java.lang.Object source, PlanResultKey resultKey, java.lang.String userResponsible, java.lang.String userWhoUpdated, TrackingEntry trackingEntry)
           
UserResponsibilityEvent(java.lang.Object source, PlanResultKey planResultKey, java.lang.String userResponsible, java.lang.String userWhoUpdated, TrackingEntry trackingEntry)
           
UserRespRemovedEvent(java.lang.Object source, PlanResultKey resultKey, java.lang.String userResponsible, java.lang.String userWhoUpdated, TrackingEntry trackingEntry)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build that return PlanResultKey
 PlanResultKey BuildRequestResultImpl.getPlanResultKey()
           
 

Methods in com.atlassian.bamboo.build with parameters of type PlanResultKey
 void DefaultStopBuildManager.cancelBuild(PlanResultKey planResultKey, boolean abandonResult)
           
 void StopBuildManager.cancelBuild(PlanResultKey planResultKey, boolean abandonResult)
          Cancel a running build optionally abandoning the result
 void BuildExecutionManager.finishBuild(PlanResultKey planResultKey)
          Calls removeCurrentlyBuilding & finishProcess
 void DefaultBuildExecutionManager.finishBuild(PlanResultKey planResultKey)
           
 BuildLogger BuildLoggerManager.getBuildLogger(PlanResultKey resultKey)
          Deprecated. since 5.0 use $BuildLoggerManager.getLogger(com.atlassian.bamboo.ResultKey) instead
 BuildLogger DefaultBuildExecutionManager.getBuildLogger(PlanResultKey resultKey)
          Deprecated. since 5.0 use respective method from BuildLoggerManager
 ExecutionStatus ChainResultsAction.getExecutionStatus(PlanResultKey planResultKey)
           
 void BuildLoggerManager.removeBuildLogger(PlanResultKey buildResultKey)
          Removes buildLogger for finished build process.
 void DefaultBuildExecutionManager.removeBuildLogger(PlanResultKey buildResultKey)
          Deprecated. since 5.0 use respective method from BuildLoggerManager
 CurrentlyBuilding CurrentlyBuildingContainer.startBuildingOnAgent(PlanResultKey planResultKey, long agentId)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.build.artifact
 

Methods in com.atlassian.bamboo.build.artifact with parameters of type PlanResultKey
protected  java.io.File AbstractLocalArtifactHandler.getArtifactStorageDirectory(PlanResultKey planResultKey, ArtifactDefinitionContext artifact, ArtifactHandlerConfigProvider artifactHandlerConfigProvider)
           
protected  void LocalArtifactManager.markSubscriptionAsConsumed(PlanResultKey planResultKey, ArtifactSubscriptionContext artifactSubscription, java.lang.String artifactLinkType)
           
protected abstract  void AbstractArtifactManager.markSubscriptionAsConsumed(PlanResultKey planResultKey, ArtifactSubscriptionContext artifactSubscription, java.lang.String linkType)
           
 boolean ArtifactManager.publish(BuildLogger buildLogger, PlanResultKey planResultKey, java.io.File baseDirectory, ArtifactDefinitionContext artifact, java.util.Map<java.lang.String,java.lang.String> artifactHandlerConfiguration, int minExpectedFilesCnt)
          Deprecated. since 4.4 use $ArtifactManager.publish(BuildLogger, PlanResultKey, File, ArtifactDefinitionContext, Map, Set, int)
 boolean AbstractArtifactManager.publish(BuildLogger buildLogger, PlanResultKey planResultKey, java.io.File baseDirectory, ArtifactDefinitionContext artifact, java.util.Map<java.lang.String,java.lang.String> artifactHandlerConfiguration, int minExpectedFilesCnt)
           
 boolean ArtifactManager.publish(BuildLogger buildLogger, PlanResultKey planResultKey, java.io.File baseDirectory, ArtifactDefinitionContext artifact, java.util.Map<java.lang.String,java.lang.String> artifactHandlerConfiguration, java.util.Set<java.lang.String> successfulPublishers, int minExpectedFilesCnt)
          Request copy of artifacts from a designated location to artifact storage.
 boolean AbstractArtifactManager.publish(BuildLogger buildLogger, PlanResultKey planResultKey, java.io.File baseDirectory, ArtifactDefinitionContext artifact, java.util.Map<java.lang.String,java.lang.String> artifactHandlerConfiguration, java.util.Set<java.lang.String> successfulPublishers, int minExpectedFilesCnt)
           
 boolean S3ArtifactHandler.publish(PlanResultKey planResultKey, ArtifactDefinitionContext artifact, ArtifactPublishingConfig artifactPublishingConfig)
           
 boolean BambooRemoteArtifactHandler.publish(PlanResultKey planResultKey, ArtifactDefinitionContext artifact, ArtifactPublishingConfig artifactPublishingConfig)
           
 boolean ArtifactHandler.publish(PlanResultKey planResultKey, ArtifactDefinitionContext artifact, ArtifactPublishingConfig artifactPublishingConfig)
           
 boolean AbstractLocalArtifactHandler.publish(PlanResultKey planResultKey, ArtifactDefinitionContext artifact, ArtifactPublishingConfig artifactPublishingConfig)
           
protected  boolean AbstractArtifactManager.publishFileSet(PlanResultKey planResultKey, ArtifactDefinitionContext artifact, org.apache.tools.ant.types.FileSet sourceFileSet, java.util.Map<java.lang.String,java.lang.String> artifactHandlersConfiguration, java.util.Set<java.lang.String> publishers, BuildLogger buildLogger)
           
static void LocalArtifactManager.removeArtifactFiles(PlanResultKey planResultKey)
          Deprecated. since 4.4 use the non-static variant of this method
 void ArtifactManager.removeArtifactFromStorage(PlanResultKey planResultKey, ImmutableArtifactDefinitionBase artifact)
          Deprecated. use ArtifactManager.removeArtifactFromStorage(Artifact)
 void LocalArtifactManager.removeArtifactFromStorage(PlanResultKey planResultKey, ImmutableArtifactDefinitionBase artifact)
           
 void AbstractArtifactManager.removeArtifactFromStorage(PlanResultKey planResultKey, ImmutableArtifactDefinitionBase artifact)
           
 void S3ArtifactHandler.removeArtifactFromStorage(PlanResultKey planResultKey, ImmutableArtifactDefinitionBase artifact, ArtifactHandlerConfigProvider artifactHandlerConfigProvider)
           
 void BambooRemoteArtifactHandler.removeArtifactFromStorage(PlanResultKey planResultKey, ImmutableArtifactDefinitionBase artifact, ArtifactHandlerConfigProvider artifactHandlerConfigProvider)
           
 void ArtifactHandler.removeArtifactFromStorage(PlanResultKey planResultKey, ImmutableArtifactDefinitionBase artifact, ArtifactHandlerConfigProvider artifactHandlerConfigProvider)
          Removes artifact files for a single artifact.
 void AbstractLocalArtifactHandler.removeArtifactFromStorage(PlanResultKey planResultKey, ImmutableArtifactDefinitionBase artifact, ArtifactHandlerConfigProvider artifactHandlerConfigProvider)
           
 void ArtifactManager.removeArtifactsFromStorage(PlanResultKey planResultKey)
          Removes artifact files for a single plan result.
 void LocalArtifactManager.removeArtifactsFromStorage(PlanResultKey planResultKey)
           
 void AbstractArtifactManager.removeArtifactsFromStorage(PlanResultKey planResultKey)
           
 void S3ArtifactHandler.removeArtifactsFromStorage(PlanResultKey planResultKey, ArtifactHandlerConfigProvider artifactHandlerConfigProvider)
           
 void BambooRemoteArtifactHandler.removeArtifactsFromStorage(PlanResultKey planResultKey, ArtifactHandlerConfigProvider artifactHandlerConfigProvider)
           
 void ArtifactHandler.removeArtifactsFromStorage(PlanResultKey planResultKey, ArtifactHandlerConfigProvider artifactHandlerConfigProvider)
          Removes artifact files for a single plan result.
 void AbstractLocalArtifactHandler.removeArtifactsFromStorage(PlanResultKey planResultKey, ArtifactHandlerConfigProvider artifactHandlerConfigProvider)
           
static void LocalArtifactManager.removeSingleArtifactFiles(PlanResultKey planResultKey, ArtifactLink artifactLink)
          Deprecated. since 4.2 use the non-static variant of this method
 boolean ArtifactManager.retrieve(BuildLogger buildLogger, PlanResultKey planResultKey, ArtifactSubscriptionContext artifactSubscription, java.util.Map<java.lang.String,java.lang.String> artifactHandlerConfiguration, java.io.File buildWorkingDirectory)
          Retrieves a plan artifact from artifact storage.
 boolean AbstractArtifactManager.retrieve(BuildLogger buildLogger, PlanResultKey planResultKey, ArtifactSubscriptionContext artifactSubscription, java.util.Map<java.lang.String,java.lang.String> artifactHandlersConfiguration, java.io.File buildWorkingDirectory)
           
 boolean ArtifactManager.retrieve(BuildLogger buildLogger, PlanResultKey planResultKey, ResultKey clientKey, ArtifactDefinitionContext artifactDefinitionContext, java.lang.String destinationPath, java.util.Map<java.lang.String,java.lang.String> artifactHandlersConfiguration, java.io.File buildWorkingDirectory, java.util.Map<java.lang.String,Artifact> versionArtifacts)
          Retrieves an artifact from artifact storage.
 boolean AbstractArtifactManager.retrieve(BuildLogger buildLogger, PlanResultKey planResultKey, ResultKey resultKey, ArtifactDefinitionContext artifactDefinitionContext, java.lang.String destinationPath, java.util.Map<java.lang.String,java.lang.String> artifactHandlersConfiguration, java.io.File buildWorkingDirectory, java.util.Map<java.lang.String,Artifact> versionArtifacts)
           
 ArtifactRetrievalStatus S3ArtifactHandler.retrieve(PlanResultKey planResultKey, ResultKey resultKey, ArtifactSubscriptionContext artifactSubscription, ArtifactRetrievalConfig artifactRetrievalConfig)
           
 ArtifactRetrievalStatus BambooRemoteArtifactHandler.retrieve(PlanResultKey planResultKey, ResultKey resultKey, ArtifactSubscriptionContext artifactSubscription, ArtifactRetrievalConfig artifactRetrievalConfig)
           
 ArtifactRetrievalStatus ArtifactHandler.retrieve(PlanResultKey planResultKey, ResultKey clientKey, ArtifactSubscriptionContext artifactSubscription, ArtifactRetrievalConfig artifactRetrievalConfig)
          Retrieve plan artifact.
 ArtifactRetrievalStatus AbstractLocalArtifactHandler.retrieve(PlanResultKey planResultKey, ResultKey resultKey, ArtifactSubscriptionContext artifactSubscription, ArtifactRetrievalConfig artifactRetrievalConfig)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.build.logger
 

Methods in com.atlassian.bamboo.build.logger with parameters of type PlanResultKey
 BuildLogger DefaultBuildLoggerManager.getBuildLogger(PlanResultKey resultKey)
           
 void DefaultBuildLoggerManager.removeBuildLogger(PlanResultKey buildResultKey)
           
 void SimpleBuildLogger.startStreamingBuildLogs(PlanResultKey planResultKey)
           
 void BuildLogger.startStreamingBuildLogs(PlanResultKey planResultKey)
          Deprecated. since 5.0 not needed anymore
 void NullBuildLogger.startStreamingBuildLogs(PlanResultKey planResultKey)
           
 void BuildLoggerImpl.startStreamingBuildLogs(PlanResultKey planResultKey)
          Deprecated. 
 

Uses of PlanResultKey in com.atlassian.bamboo.build.monitoring
 

Methods in com.atlassian.bamboo.build.monitoring with parameters of type PlanResultKey
static java.lang.String BuildStopDelayedJob.getJobName(PlanResultKey planResultKey)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.builder
 

Methods in com.atlassian.bamboo.builder with parameters of type PlanResultKey
 BuildLogger BuildLoggerManagerForTesting.getBuildLogger(PlanResultKey resultKey)
           
 void BuildLoggerManagerForTesting.removeBuildLogger(PlanResultKey buildResultKey)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.chains
 

Methods in com.atlassian.bamboo.chains that return PlanResultKey
 PlanResultKey ChainState.getPlanResultKey()
          PlanResultKey for the the Chain execution
 PlanResultKey ChainExecution.getPlanResultKey()
          Get the result key
 PlanResultKey BuildExecution.getPlanResultKey()
           
 PlanResultKey ChainStateCreationRequestResultImpl.getPlanResultKey()
           
 

Methods in com.atlassian.bamboo.chains with parameters of type PlanResultKey
 com.atlassian.bamboo.chains.ChainBuildState StageState.get(PlanResultKey planResultKey)
          Gets the Build State given the build result key
 java.lang.Long ChainStateResult.getAverageDuration(PlanResultKey planResultKey)
          Lookup the ImmutablePlan.getAverageBuildDuration() of a Job by its PlanResultKey
 BuildContext ChainStateResult.getBuildContext(PlanResultKey planResultKey)
          Lookup a BuildContext of a Job by its PlanResultKey
 com.atlassian.bamboo.chains.ChainBuildState ChainState.getChainBuildState(PlanResultKey planResultKey)
          Gets the build state for the given buildResultKey
 ChainExecution ChainExecutionManager.getChainExecution(PlanResultKey planResultKey)
          Get the state of the single ChainExecution
 ChainExecution ChainExecutionManagerImpl.getChainExecution(PlanResultKey planResultKey)
           
 BuildExecution ChainExecutionManager.getJobExecution(PlanResultKey planResultKey)
          Get the state of a single Job being executed
 BuildExecution ChainExecutionManagerImpl.getJobExecution(PlanResultKey planResultKey)
           
 boolean ChainExecutionManager.isExecuting(PlanResultKey planResultKey)
          Checks of BuildResultsSummary represented by PlanResultKey is currently building (ie started on an agent_
 boolean ChainExecutionManagerImpl.isExecuting(PlanResultKey planResultKey)
           
 boolean JobExecutionManager.requestStop(PlanResultKey planResultKey)
          Stops the build represented by its PlanResultKey and does not abandon the result If the ImmutableResultsSummary.getLifeCycleState() is not LifeCycleState.QUEUED or LifeCycleState.IN_PROGRESS the result will be transitioned to LifeCycleState.NOT_BUILT and BuildState.UNKNOWN
 boolean JobExecutionManagerImpl.requestStop(PlanResultKey planResultKey)
           
 void ChainExecutionManager.stop(PlanResultKey planResultKey)
          Stops the executing instance of the Chain represented by PlanResultKey
 void ChainExecutionManagerImpl.stop(PlanResultKey planResultKey)
           
 void ChainResultManager.updateStateToInProgress(PlanResultKey chainResultKey, java.util.Date startDate)
           
 void ChainResultManagerImpl.updateStateToInProgress(PlanResultKey chainResultKey, java.util.Date startDate)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.deployments.execution.triggering
 

Methods in com.atlassian.bamboo.deployments.execution.triggering that return PlanResultKey
 PlanResultKey EnvironmentTriggeringResultImpl.getPlanResultKey()
           
 

Methods in com.atlassian.bamboo.deployments.execution.triggering with parameters of type PlanResultKey
 EnvironmentTriggeringAction EnvironmentTriggeringActionFactoryImpl.createAfterSuccessfulPlanEnvironmentTriggerAction(Environment environment, PlanResultKey planResultKey)
           
 EnvironmentTriggeringAction EnvironmentTriggeringActionFactory.createAfterSuccessfulPlanEnvironmentTriggerAction(Environment environment, PlanResultKey planResultKey)
          Creates EnvironmentTriggeringAction used when Environment is triggered by a successful execution of a Chain
 

Constructors in com.atlassian.bamboo.deployments.execution.triggering with parameters of type PlanResultKey
AfterSuccessfulPlanEnvironmentTriggeringAction(DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, Environment environment, PlanResultKey planResultKey, TriggerManager triggerManager)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.deployments.versions
 

Methods in com.atlassian.bamboo.deployments.versions that return PlanResultKey
 PlanResultKey ArtifactDeploymentVersionItemImpl.getPlanResultKey()
           
 PlanResultKey InternalArtifactDeploymentVersionItem.getPlanResultKey()
           
 

Uses of PlanResultKey in com.atlassian.bamboo.deployments.versions.actions
 

Fields in com.atlassian.bamboo.deployments.versions.actions declared as PlanResultKey
protected  PlanResultKey AbstractDeploymentVersionHistoryAction.planResultKey
           
 

Methods in com.atlassian.bamboo.deployments.versions.actions that return PlanResultKey
 PlanResultKey CreateDeploymentVersion.getLastVersionPlanResultKey()
           
 PlanResultKey AbstractDeploymentVersionHistoryAction.getPlanResultKey()
           
 

Uses of PlanResultKey in com.atlassian.bamboo.deployments.versions.persistence
 

Fields in com.atlassian.bamboo.deployments.versions.persistence with type parameters of type PlanResultKey
static com.google.common.base.Function<DeploymentVersionPlanResultKey,PlanResultKey> DeploymentVersionPlanResultKey.toPlanResultKey
           
 

Methods in com.atlassian.bamboo.deployments.versions.persistence that return PlanResultKey
 PlanResultKey DeploymentVersionPlanResultKey.getPlanResultKey()
           
 

Methods in com.atlassian.bamboo.deployments.versions.persistence that return types with arguments of type PlanResultKey
 java.util.Set<PlanResultKey> DeploymentVersionDaoImpl.getRelatedPlanResultKeys(long deploymentVersionId)
           
 java.util.Set<PlanResultKey> DeploymentVersionDao.getRelatedPlanResultKeys(long deploymentVersionId)
           
 

Methods in com.atlassian.bamboo.deployments.versions.persistence with parameters of type PlanResultKey
 DeploymentVersionPlanResultKey DeploymentVersionPlanResultKey.FromPlanResultKey.apply(PlanResultKey planResultKey)
           
 MutableDeploymentVersion DeploymentVersionDaoImpl.findNextVersionContainingResult(long deploymentProjectId, PlanResultKey planResultKey)
           
 MutableDeploymentVersion DeploymentVersionDao.findNextVersionContainingResult(long deploymentProjectId, PlanResultKey planResultKey)
          Find the first version that is created from a result which is later than current result (not taking custom revision into account)
 MutableDeploymentVersion DeploymentVersionDaoImpl.getRelatedVersion(long deploymentProjectId, PlanResultKey planResultKey)
           
 MutableDeploymentVersion DeploymentVersionDao.getRelatedVersion(long deploymentProjectId, PlanResultKey planResultKey)
          Find latest version of a deployment project that is related to specific plan result.
 void DeploymentVersionPlanResultKey.setPlanResultKey(PlanResultKey planResultKey)
           
 

Method parameters in com.atlassian.bamboo.deployments.versions.persistence with type arguments of type PlanResultKey
 void MutableDeploymentVersionImpl.setRelatedPlanResultKeys(java.util.Set<PlanResultKey> relatedPlanResultKeys)
           
 

Constructors in com.atlassian.bamboo.deployments.versions.persistence with parameters of type PlanResultKey
DeploymentVersionPlanResultKey(MutableDeploymentVersion deploymentVersion, PlanResultKey planResultKey)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.deployments.versions.persistence.items
 

Methods in com.atlassian.bamboo.deployments.versions.persistence.items that return PlanResultKey
 PlanResultKey MutableArtifactDeploymentVersionItemImpl.getPlanResultKey()
           
 

Methods in com.atlassian.bamboo.deployments.versions.persistence.items with parameters of type PlanResultKey
 void MutableArtifactDeploymentVersionItemImpl.setPlanResultKey(PlanResultKey planResultKey)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.deployments.versions.service
 

Methods in com.atlassian.bamboo.deployments.versions.service that return types with arguments of type PlanResultKey
 java.util.Set<PlanResultKey> DeploymentVersionServiceImpl.getRelatedPlanResultKeys(long deploymentVersionId)
           
 java.util.Set<PlanResultKey> DeploymentVersionService.getRelatedPlanResultKeys(long deploymentVersionId)
           
 

Methods in com.atlassian.bamboo.deployments.versions.service with parameters of type PlanResultKey
 void DeploymentVersionChainResultDataCollectorImpl.createChangesetsAndJiraIssues(long deploymentProjectId, MutableDeploymentVersion mutableDeploymentVersion, PlanResultKey planResultKey)
          Finds changes between last version (if it exists) and a new version by looking at build results that happened between the 2 versions and saves them to the db.
 void DeploymentVersionChainResultDataCollector.createChangesetsAndJiraIssues(long deploymentProjectId, MutableDeploymentVersion mutableDeploymentVersion, PlanResultKey planResultKey)
          Finds changes between last version (if it exists) and a new version by looking at build results that happened between the 2 versions and saves them to the db.
 DeploymentVersion DeploymentVersionServiceImpl.createDeploymentVersion(long deploymentProjectId, PlanResultKey planResultKey)
           
 DeploymentVersion DeploymentVersionService.createDeploymentVersion(long deploymentProjectId, PlanResultKey planResultKey)
          Create a deployment version out of a deployment project and plan result.
 DeploymentVersion DeploymentVersionServiceImpl.createDeploymentVersion(long deploymentProjectId, PlanResultKey planResultKey, com.atlassian.user.User user, java.lang.String versionName, java.lang.String nextVersionName)
           
 DeploymentVersion DeploymentVersionService.createDeploymentVersion(long deploymentProjectId, PlanResultKey planResultKey, com.atlassian.user.User user, java.lang.String versionName, java.lang.String nextVersionName)
          Create a deployment version with a specific name.
 Pair<java.util.List<MutableDeploymentVersionVcsChangeset>,java.util.List<InternalLinkedJiraIssue>> DeploymentVersionChainResultDataCollectorImpl.findChangesetsAndJiraIssues(long deploymentProjectId, MutableDeploymentVersion newVersion, PlanResultKey planResultKey)
          Finds changes between last version (if it exists) and a new version by looking at build results that happened between the 2 versions.
 Pair<java.util.List<MutableDeploymentVersionVcsChangeset>,java.util.List<InternalLinkedJiraIssue>> DeploymentVersionChainResultDataCollector.findChangesetsAndJiraIssues(long deploymentProjectId, MutableDeploymentVersion newVersion, PlanResultKey planResultKey)
          Finds changes between last version (if it exists) and a new version by looking at build results that happened between the 2 versions.
 Pair<java.util.List<DeploymentVersionVcsChangeset>,java.util.List<InternalLinkedJiraIssue>> DeploymentVersionChainResultDataCollectorImpl.findImmutableChangesetsAndJiraIssues(long deploymentProjectId, MutableDeploymentVersion newVersion, PlanResultKey planResultKey)
          Finds changes between last version (if it exists) and a new version by looking at build results that happened between the 2 versions.
 Pair<java.util.List<DeploymentVersionVcsChangeset>,java.util.List<InternalLinkedJiraIssue>> DeploymentVersionChainResultDataCollector.findImmutableChangesetsAndJiraIssues(long deploymentProjectId, MutableDeploymentVersion newVersion, PlanResultKey planResultKey)
          Finds changes between last version (if it exists) and a new version by looking at build results that happened between the 2 versions.
 DeploymentVersion DeploymentVersionServiceImpl.findNextVersionContainingResult(long deploymentProjectId, PlanResultKey planResultKey)
           
 DeploymentVersion DeploymentVersionService.findNextVersionContainingResult(long deploymentProjectId, PlanResultKey planResultKey)
          Find the first version that is created from a result which is later than current result (not taking custom revision into account)
 DeploymentVersionCommitsComparisonResult DeploymentVersionVcsChangesetServiceImpl.getChangesetsForNewDeploymentVersion(long deploymentProjectId, PlanResultKey planResultKey, int maxCommits)
           
 DeploymentVersionCommitsComparisonResult DeploymentVersionVcsChangesetService.getChangesetsForNewDeploymentVersion(long deploymentProjectId, PlanResultKey planResultKey, int maxCommits)
          Finds the changesets if a new version would be created from planResultKey.
 java.util.List<InternalLinkedJiraIssue> DeploymentVersionLinkedJiraIssuesServiceImpl.getJiraIssuesForNewDeploymentVersion(long deploymentProjectId, PlanResultKey planResultKey)
           
 java.util.List<InternalLinkedJiraIssue> DeploymentVersionLinkedJiraIssuesService.getJiraIssuesForNewDeploymentVersion(long deploymentProjectId, PlanResultKey planResultKey)
          Finds the relevant jira issues if a new version would be created from planResultKey.
 DeploymentVersion DeploymentVersionServiceImpl.getRelatedVersion(long deploymentProjectId, PlanResultKey planResultKey)
           
 DeploymentVersion DeploymentVersionService.getRelatedVersion(long deploymentProjectId, PlanResultKey planResultKey)
          Find latest version of a deployment project that is related to specific plan result.
 ErrorCollection DeploymentVersionServiceImpl.validateCreateDeploymentVersion(long deploymentProjectId, PlanResultKey planResultKey, java.lang.String name, java.lang.String nextVersionName)
           
 ErrorCollection DeploymentVersionService.validateCreateDeploymentVersion(long deploymentProjectId, PlanResultKey planResultKey, java.lang.String name, java.lang.String nextVersionName)
          Validates values to be used for creating a new version.
 

Uses of PlanResultKey in com.atlassian.bamboo.event
 

Fields in com.atlassian.bamboo.event declared as PlanResultKey
protected  PlanResultKey BuildResultEvent.planResultKey
           
 

Methods in com.atlassian.bamboo.event that return PlanResultKey
 PlanResultKey PlanResultEvent.getPlanResultKey()
          Get the PlanResultKey for the ResultsSummary
 PlanResultKey ChainResultEvent.getPlanResultKey()
          Get the PlanResultKey for the ChainResultsSummary
 PlanResultKey BuildResultEvent.getPlanResultKey()
          Gets the PlanResultKey
 

Constructors in com.atlassian.bamboo.event with parameters of type PlanResultKey
BuildCommentDeletedEvent(java.lang.Object source, PlanResultKey planResultKey, Comment comment)
           
BuildCommentedEvent(java.lang.Object source, PlanResultKey planResultKey, Comment comment)
           
BuildCompletedEvent(java.lang.Object source, PlanResultKey planResultKey, BuildState buildState, LifeCycleState lifeCycleState)
           
BuildFinishedEvent(java.lang.Object source, PlanResultKey planResultKey, BuildState buildState, LifeCycleState lifeCycleState)
           
BuildResultDeletedEvent(java.lang.Object source, PlanResultKey planResultKey, long id)
           
BuildResultEvent(java.lang.Object source, PlanResultKey planResultKey)
           
BuildResultsSummaryUpdatedEvent(java.lang.Object source, PlanResultKey planResultKey)
           
BuildStateResultEvent(java.lang.Object source, PlanResultKey planResultKey, BuildState buildState, LifeCycleState lifeCycleState)
           
ChainResultDeletedEvent(java.lang.Object source, PlanResultKey planResultKey, long id)
           
ChainResultEvent(java.lang.Object source, PlanResultKey planResultKey)
           
JobCompletedEvent(java.lang.Object source, PlanResultKey planResultKey, BuildState buildState, LifeCycleState lifeCycleState, int numberOfPreviouslyFailedJobs)
           
ResultLabelAddedEvent(java.lang.Object source, PlanResultKey planResultKey, java.lang.String label, com.atlassian.user.User user)
           
ResultLabelEvent(java.lang.Object source, PlanResultKey planResultKey, java.lang.String label, com.atlassian.user.User user)
           
ResultLabelRemovedEvent(java.lang.Object source, PlanResultKey planResultKey, java.lang.String label, com.atlassian.user.User user)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.fileserver
 

Methods in com.atlassian.bamboo.fileserver with parameters of type PlanResultKey
static java.io.File SystemDirectory.getArtifactDestinationDirectory(PlanResultKey planResultKey, ArtifactDefinitionContext artifact)
          Deprecated. since 4.2 use an appropriate method on $SystemDirectory.getArtifactStorage()
 java.io.File ArtifactStorage.getArtifactDestinationDirectory(PlanResultKey planResultKey, ImmutableArtifactDefinitionBase artifact)
           
 java.lang.String ArtifactPaths.getArtifactDestinationDirectory(PlanResultKey planResultKey, ImmutableArtifactDefinitionBase artifact)
           
static java.io.File SystemDirectory.getArtifactDirectory(PlanResultKey planResultKey)
          Deprecated. since 4.2 use an appropriate method on $SystemDirectory.getArtifactStorage()
 java.io.File ArtifactStorage.getArtifactDirectory(PlanResultKey planResultKey)
           
 java.lang.String ArtifactPaths.getArtifactDirectory(PlanResultKey planResultKey)
           
static java.lang.String SystemDirectory.getArtifactPathSuffix(PlanResultKey planResultKey, ArtifactDefinitionContext artifact)
          Deprecated. since 4.2 use an appropriate method on $SystemDirectory.getArtifactStorage()
static java.lang.String ArtifactStorage.getArtifactPathSuffix(PlanResultKey planResultKey, ArtifactDefinitionContext artifact)
          Deprecated. since 4.4 use $ArtifactPaths.getArtifactPathSuffix()
static java.lang.String ArtifactPaths.getArtifactPathSuffix(PlanResultKey planResultKey, ImmutableArtifactDefinitionBase artifact)
          _CHAIN_KEY_ / _JOB_KEY_|"shared" / _BUILD_NUMBER_ (/ artifact-name)
static java.lang.String ArtifactPaths.getArtifactPathSuffix(PlanResultKey planResultKey, ImmutableArtifactDefinitionBase artifact, char separatorChar)
          _CHAIN_KEY_ / _JOB_KEY_|"shared" / _BUILD_NUMBER_ (/ artifact-name)
 

Uses of PlanResultKey in com.atlassian.bamboo.js
 

Constructors in com.atlassian.bamboo.js with parameters of type PlanResultKey
PlanDecorator(ImmutableTopLevelPlan plan, java.lang.Long currentTime, boolean favourite, com.opensymphony.xwork2.TextProvider textProvider, PlanExecutionManager planExecutionManager, PlanResultKey lastResultKey)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.labels
 

Methods in com.atlassian.bamboo.labels with parameters of type PlanResultKey
 int LabelManager.addLabel(java.lang.String labelName, PlanResultKey planResultKey, com.atlassian.user.User user)
          Add a label against a build result.
 int LabelManagerImpl.addLabel(java.lang.String labelName, PlanResultKey planResultKey, com.atlassian.user.User user)
           
protected  int LabelManagerImpl.addLabel(java.lang.String labelName, java.lang.String namespace, Project project, Plan plan, PlanResultKey planResultKey, java.lang.String userName)
           
 int LabelManager.removeLabel(java.lang.String labelName, PlanResultKey planResultKey, com.atlassian.user.User user)
          Removes a label against a build result.
 int LabelManagerImpl.removeLabel(java.lang.String labelName, PlanResultKey planResultKey, com.atlassian.user.User user)
           
protected  int LabelManagerImpl.removeLabel(java.lang.String labelName, java.lang.String namespace, Project project, ImmutablePlan plan, PlanResultKey planResultKey, java.lang.String userName)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.migration.beans
 

Methods in com.atlassian.bamboo.migration.beans with parameters of type PlanResultKey
 BuildResultsSummary DummyResultsSummaryCache.get(PlanResultKey planResultKey)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.migration.stream
 

Methods in com.atlassian.bamboo.migration.stream that return PlanResultKey
protected  PlanResultKey PlanResultKeyListMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
           
 

Methods in com.atlassian.bamboo.migration.stream with parameters of type PlanResultKey
protected  void PlanResultKeyListMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement, PlanResultKey planResultKey, net.sf.hibernate.Session session, ExportDetailsBean exportDetailsBean)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.migration.utils
 

Methods in com.atlassian.bamboo.migration.utils that return PlanResultKey
 PlanResultKey BuildResultKeyHolder.getPlanResultKey()
           
 

Uses of PlanResultKey in com.atlassian.bamboo.plan
 

Methods in com.atlassian.bamboo.plan that return PlanResultKey
 PlanResultKey PlanResultKeyUserType.fromString(java.lang.String key)
           
static PlanResultKey PlanKeys.getChainResultKey(PlanResultKey planResultKey)
          Creates a chain result key from job result key.
 PlanResultKey AbstractChain.getLastResultKey()
           
 PlanResultKey ExecutionRequestResult.getPlanResultKey()
          The PlanResultKey of the executing Plan
static PlanResultKey PlanKeys.getPlanResultKey(PlanKey planKey, int buildNumber)
          Creates a PlanResultKey from the given PlanKey and buildNumber
static PlanResultKey PlanKeys.getPlanResultKey(java.lang.String planResultKey)
          Creates a PlanResultKey from its string form 'BAM-BOO-123'
static PlanResultKey PlanKeys.getPlanResultKey(java.lang.String planKey, int buildNumber)
          Creates a PlanResultKey from the given planKey and buildNumber
 PlanResultKey PlanExecutionConfig.getResultToRerun()
          PlanResultKey of build to start again
 PlanResultKey PlanExecutionConfigImpl.getResultToRerun()
           
 

Methods in com.atlassian.bamboo.plan with parameters of type PlanResultKey
static PlanResultKey PlanKeys.getChainResultKey(PlanResultKey planResultKey)
          Creates a chain result key from job result key.
 java.util.List<CurrentlyBuilding> PlanExecutionManager.getCurrentlyBuildingForPlanResult(PlanResultKey planKey)
          Returns all CurrentlyBuilding for specified PlanResultKey In case plan is a Chain instance, all currently running jobs will be returned, however, chain itself will be not included in the list (effectively CurrentlyBuilding for all chain's children jobs will be returned)
 java.util.List<CurrentlyBuilding> PlanExecutionManagerImpl.getCurrentlyBuildingForPlanResult(PlanResultKey planResultKey)
           
 ExecutionStatus ExecutionStatusProvider.getExecutionStatus(PlanResultKey planResultKey)
          Returns a ExecutionStatus for the given PlanResultKey
 ExecutionStatus PlanExecutionManagerImpl.getExecutionStatus(PlanResultKey planResultKey)
           
 ExecutionStatus ExecutionStatusProviderImpl.getExecutionStatus(PlanResultKey planResultKey)
           
 BuildExecution ExecutionStatusProvider.getJobExecution(PlanResultKey planResultKey)
          Get the state of a single Job being executed
 BuildExecution PlanExecutionManagerImpl.getJobExecution(PlanResultKey planResultKey)
           
 BuildExecution ExecutionStatusProviderImpl.getJobExecution(PlanResultKey planResultKey)
           
 Plan PlanManager.getPlanByResultKey(PlanResultKey planResultKey)
          Deprecated. 
 Plan PlanManagerImpl.getPlanByResultKey(PlanResultKey planResultKey)
           
<T extends Plan>
T
PlanManager.getPlanByResultKey(PlanResultKey planResultKey, java.lang.Class<T> planType)
          Deprecated. 
<T extends Plan>
T
PlanManagerImpl.getPlanByResultKey(PlanResultKey planResultKey, java.lang.Class<T> planType)
           
static java.lang.String PlanKeys.getPlanKeyPart(PlanResultKey planResultKey)
          Returns plan key part for given PlanResultKey
static java.lang.String PlanKeys.getProjectKeyPart(PlanResultKey planResultKey)
          Returns project key part for given PlanResultKey
 boolean ExecutableAgentsHelper.planHasExecutableAgents(PlanResultKey planResultKey)
          Checks if a Buildable can be built on any active agent.
 boolean ExecutableAgentsHelperImpl.planHasExecutableAgents(PlanResultKey planResultKey)
          Checks if a Job can be built on any active agent.
 void PlanStatePersisterServiceImpl.saveNotBuiltBuildResult(PlanResultKey planResultKey)
           
 void PlanStatePersisterService.saveNotBuiltBuildResult(PlanResultKey planResultKey)
          Saves results of not build results identified by PlanResultKey.
 void PlanStatePersisterImpl.saveNotBuiltBuildResult(PlanResultKey planResultKey)
           
 void PlanStatePersister.saveNotBuiltBuildResult(PlanResultKey planResultKey)
          Handles results of not built job.
 void PlanExecutionManager.stopPlan(PlanResultKey planResultKey, boolean abandonResult, java.lang.String userName)
           
 void PlanExecutionManagerImpl.stopPlan(PlanResultKey planResultKey, boolean abandonResult, java.lang.String userName)
           
 java.lang.String PlanResultKeyUserType.toString(PlanResultKey planResultKey)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.plan.artifact
 

Methods in com.atlassian.bamboo.plan.artifact with parameters of type PlanResultKey
 java.util.List<ArtifactDefinitionContext> ArtifactSubscriptionManager.prepareArtifactDefinitionContexts(ImmutableJob job, PlanResultKey chainResultKey)
          Helps prepare the artifact definitions
 java.util.List<ArtifactDefinitionContext> ArtifactSubscriptionManagerImpl.prepareArtifactDefinitionContexts(ImmutableJob job, PlanResultKey chainResultKey)
           
 java.util.List<ArtifactSubscriptionContext> ArtifactSubscriptionManager.prepareSubscriptionContexts(ImmutableJob job, PlanResultKey planResultKey)
           
 java.util.List<ArtifactSubscriptionContext> ArtifactSubscriptionManagerImpl.prepareSubscriptionContexts(ImmutableJob job, PlanResultKey chainResultKey)
           
 void ArtifactSubscriptionManager.saveConsumedSubscription(ArtifactSubscriptionContext artifactSubscription, PlanResultKey planResultKey)
          Deprecated. since 4.4 use $ArtifactSubscriptionManager.saveConsumedSubscription(ArtifactSubscriptionContext, com.atlassian.bamboo.plan.PlanResultKey, String)
 void ArtifactSubscriptionManagerImpl.saveConsumedSubscription(ArtifactSubscriptionContext artifactSubscription, PlanResultKey planResultKey)
           
 void ArtifactSubscriptionManager.saveConsumedSubscription(ArtifactSubscriptionContext artifactSubscription, PlanResultKey planResultKey, java.lang.String artifactLinkType)
          Store consumed subscription.
 void ArtifactSubscriptionManagerImpl.saveConsumedSubscription(ArtifactSubscriptionContext artifactSubscription, PlanResultKey planResultKey, java.lang.String artifactLinkType)
           
 

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

Methods in com.atlassian.bamboo.plan.cache that return PlanResultKey
 PlanResultKey ImmutableChain.getLastResultKey()
          Get the latest result key including active (not finished) results
 PlanResultKey AbstractImmutableChain.getLastResultKey()
           
 

Methods in com.atlassian.bamboo.plan.cache with parameters of type PlanResultKey
 ChainResultDetails ImmutablePlanManager.getChainResultDetails(PlanResultKey planResultKey)
           
 ChainResultDetails ImmutablePlanManagerImpl.getChainResultDetails(PlanResultKey planResultKey)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.plan.trigger
 

Methods in com.atlassian.bamboo.plan.trigger with parameters of type PlanResultKey
 PlanTriggerResult PlanTrigger.triggerPlan(TriggerReason triggerReason, PlanResultKey planResultKey, java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.String> customVariables, PlanVcsRevisionDataSet lastVcsRevisionKeys)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.plugins.jira.release
 

Methods in com.atlassian.bamboo.plugins.jira.release with parameters of type PlanResultKey
 PlanTriggerResult JIRAReleasePlanTrigger.triggerPlan(TriggerReason triggerReason, PlanResultKey planResultKey, java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.String> customVariables, PlanVcsRevisionDataSet lastVcsRevisionKeys)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.plugins.vcs.task
 

Methods in com.atlassian.bamboo.plugins.vcs.task that return PlanResultKey
 PlanResultKey DeploymentRepositoryBuildContext.getPlanResultKey()
           
 

Uses of PlanResultKey in com.atlassian.bamboo.rest.adapter
 

Methods in com.atlassian.bamboo.rest.adapter that return PlanResultKey
 PlanResultKey PlanResultKeyAdapter.unmarshal(java.lang.String planResultKey)
           
 

Methods in com.atlassian.bamboo.rest.adapter with parameters of type PlanResultKey
 java.lang.String PlanResultKeyAdapter.marshal(PlanResultKey planResultKey)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.resultsummary
 

Methods in com.atlassian.bamboo.resultsummary that return PlanResultKey
 PlanResultKey ImmutableResultsSummary.getPlanResultKey()
          Gets the PlanResultKey for this ImmutableResultsSummary
 PlanResultKey BaseResultSummary.getPlanResultKey()
           
 

Methods in com.atlassian.bamboo.resultsummary with parameters of type PlanResultKey
<T extends ResultsSummary>
T
ResultsSummaryManager.findFirstResultAfter(PlanResultKey planResultKey, java.lang.Class<T> aClass)
          Finds the first ResultsSummary after a specified build which is either FINISHED or can be FINISHED, i.e.
<T extends ResultsSummary>
T
BuildResultsSummaryManagerImpl.findFirstResultAfter(PlanResultKey planResultKey, java.lang.Class<T> aClass)
           
<T extends ResultsSummary>
T
BuildResultsSummaryHibernateDao.findLastBuildResultBeforeWithTests(PlanResultKey planResultKey, java.lang.Class<T> aClass, boolean includeOnceOffBuilds)
           
<T extends ResultsSummary>
T
ResultsSummaryManager.findLastBuildResultBeforeWithTests(PlanResultKey planResultKey, java.lang.Class<T> aClass, boolean includeOnceOffBuilds)
          Finds the last successful or failing BuildResultsSummary before buildNumber
<T extends ResultsSummary>
T
BuildResultsSummaryDao.findLastBuildResultBeforeWithTests(PlanResultKey planResultKey, java.lang.Class<T> aClass, boolean includeOnceOffBuilds)
           
<T extends ResultsSummary>
T
BuildResultsSummaryManagerImpl.findLastBuildResultBeforeWithTests(PlanResultKey planResultKey, java.lang.Class<T> aClass, boolean includeOnceOffBuilds)
           
<T extends ResultsSummary>
T
ResultsSummaryManager.findLastResultBefore(PlanResultKey planResultKey, java.lang.Class<T> aClass)
          Finds the last successful or failing ResultsSummary before planResultKey.getBuildNumber
<T extends ResultsSummary>
T
BuildResultsSummaryManagerImpl.findLastResultBefore(PlanResultKey planResultKey, java.lang.Class<T> aClass)
           
<T extends ResultsSummary>
T
ResultsSummaryManager.findLastResultBefore(PlanResultKey planResultKey, java.lang.Class<T> aClass, boolean includeOnceOffBuilds)
          Finds the last ResultsSummary before planResultKey.getBuildNumber
<T extends ResultsSummary>
T
BuildResultsSummaryManagerImpl.findLastResultBefore(PlanResultKey planResultKey, java.lang.Class<T> aClass, boolean includeOnceOffBuilds)
           
 ResultsSummary ResultsSummaryManager.getResultsSummary(PlanResultKey planResultKey)
          Lookup the ResultsSummary by PlanResultKey
 ResultsSummary BuildResultsSummaryManagerImpl.getResultsSummary(PlanResultKey planResultKey)
           
<T extends ResultsSummary>
T
BuildResultsSummaryHibernateDao.getResultsSummary(PlanResultKey planResultKey, java.lang.Class<T> aClass)
           
<T extends ResultsSummary>
T
ResultsSummaryManager.getResultsSummary(PlanResultKey planResultKey, java.lang.Class<T> aClass)
          Lookup ResultsSummary by PlanResultKey and expected type
<T extends ResultsSummary>
T
BuildResultsSummaryDao.getResultsSummary(PlanResultKey planResultKey, java.lang.Class<T> aClass)
          Lookup ResultsSummary by PlanResultKey and expected type
<T extends ResultsSummary>
T
BuildResultsSummaryManagerImpl.getResultsSummary(PlanResultKey planResultKey, java.lang.Class<T> aClass)
           
<T extends ResultsSummary>
T
BuildResultsSummaryHibernateDao.getResultsSummary(PlanResultKey planResultKey, java.lang.Class<T> aClass, ResultDataRead dataRead)
           
<T extends ResultsSummary>
T
ResultsSummaryManager.getResultsSummary(PlanResultKey planResultKey, java.lang.Class<T> aClass, ResultDataRead dataRead)
          Lookup ResultsSummary by PlanResultKey and expected type.
<T extends ResultsSummary>
T
BuildResultsSummaryDao.getResultsSummary(PlanResultKey planResultKey, java.lang.Class<T> aClass, ResultDataRead dataRead)
          Lookup ResultsSummary by PlanResultKey and expected type, all lazy initialized collections can be eagerly read
<T extends ResultsSummary>
T
BuildResultsSummaryManagerImpl.getResultsSummary(PlanResultKey planResultKey, java.lang.Class<T> aClass, ResultDataRead dataRead)
           
 ResultsSummary ResultsSummaryManager.getResultsSummary(PlanResultKey planResultKey, ResultDataRead dataRead)
          Lookup the ResultsSummary by PlanResultKey.
 ResultsSummary BuildResultsSummaryManagerImpl.getResultsSummary(PlanResultKey planResultKey, ResultDataRead dataRead)
           
 java.lang.Long BuildResultsSummaryHibernateDao.getResultsSummaryId(PlanResultKey planResultKey)
           
 java.lang.Long BuildResultsSummaryDao.getResultsSummaryId(PlanResultKey planResultKey)
          Return ResultsSummary's database id.
static
<T extends ImmutableResultsSummary>
T
ResultSummaryTestHelper.mockResultsSummary(PlanResultKey planResultKey, java.lang.Class<T> summaryClass)
           
 

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

Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type PlanResultKey
 java.util.List<TestClassResult> TestResultsHibernateDao.getTestClassResults(PlanResultKey planResultKey)
           
 java.util.List<TestClassResult> TestsManager.getTestClassResults(PlanResultKey planResultKey)
          Retrieves a list of all testClassResults for a BuildResultSummary
 java.util.List<TestClassResult> TestResultsDao.getTestClassResults(PlanResultKey planResultKey)
          Retrieves a list of all testClassResults for a BuildResultSummary
 java.util.List<TestClassResult> TestsManagerImpl.getTestClassResults(PlanResultKey planResultKey)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.utils
 

Methods in com.atlassian.bamboo.utils that return types with arguments of type PlanResultKey
static com.google.common.collect.Ordering<PlanResultKey> Comparators.getPlanResultKeyOrdering()
           
 

Uses of PlanResultKey in com.atlassian.bamboo.v2.build
 

Methods in com.atlassian.bamboo.v2.build that return PlanResultKey
 PlanResultKey BuildIdentifier.getPlanResultKey()
          Gets the PlanResultKey for the current BuildIdentifier
 PlanResultKey CurrentlyBuildingImpl.getPlanResultKey()
           
 PlanResultKey BuildIdentifierImpl.getPlanResultKey()
           
 

Uses of PlanResultKey in com.atlassian.bamboo.v2.build.agent.messages
 

Constructors in com.atlassian.bamboo.v2.build.agent.messages with parameters of type PlanResultKey
ArtifactAckMessage(PlanResultKey planResultKey, ArtifactSubscriptionContext artifactSubscription)
          Deprecated. 
ArtifactAckMessage(PlanResultKey planResultKey, ArtifactSubscriptionContext artifactSubscription, java.lang.String artifactLinkType)
           
ArtifactPublishMessage(org.apache.tools.ant.types.FileSet sourceFileSet, PlanResultKey planResultKey, ArtifactDefinitionContext artifact)
           
ArtifactRequestMessage(PlanResultKey planResultKey, ResultKey resultKey, ArtifactSubscriptionContext artifactSubscriptionContext, java.io.File baseDestinationPath)
           
StartStreamingBuildLogs(PlanResultKey planResultKey)
          Deprecated.  
 

Uses of PlanResultKey in com.atlassian.bamboo.v2.build.agent.remote
 

Methods in com.atlassian.bamboo.v2.build.agent.remote with parameters of type PlanResultKey
 BuildLogger RemoteBuildLoggerManager.getBuildLogger(PlanResultKey resultKey)
           
protected  void RemoteArtifactManager.markSubscriptionAsConsumed(PlanResultKey planResultKey, ArtifactSubscriptionContext artifactSubscription, java.lang.String artifactLinkType)
           
 void RemoteBuildLoggerManager.removeBuildLogger(PlanResultKey buildResultKey)
           
 void RemoteBuildLogger.startStreamingBuildLogs(PlanResultKey planResultKey)
          Deprecated. 
 

Uses of PlanResultKey in com.atlassian.bamboo.v2.build.events
 

Methods in com.atlassian.bamboo.v2.build.events that return PlanResultKey
 PlanResultKey BuildContextEvent.getPlanResultKey()
           
 

Uses of PlanResultKey in com.atlassian.bamboo.v2.build.timing
 

Methods in com.atlassian.bamboo.v2.build.timing that return PlanResultKey
 PlanResultKey BuildTimingPoint.getPlanResultKey()
           
 PlanResultKey AbstractBuildTimingPoint.getPlanResultKey()
           
 

Methods in com.atlassian.bamboo.v2.build.timing with parameters of type PlanResultKey
static BuildTimingPoints.AgentAssigned BuildTimingPoints.agentAssigned(PlanResultKey planResultKey, java.util.Date date, long agentId)
           
static BuildTimingPoints.ExecutionCancelled BuildTimingPoints.executionCancelled(PlanResultKey planResultKey, java.util.Date date, boolean buildActuallyCancelled)
           
static BuildTimingPoints.ExecutionFinished BuildTimingPoints.executionFinished(PlanResultKey planResultKey, java.util.Date date)
           
 

Constructors in com.atlassian.bamboo.v2.build.timing with parameters of type PlanResultKey
AbstractBuildTimingPoint(PlanResultKey planResultKey, java.util.Date date)
           
BuildTimingPoints.AgentAssigned(PlanResultKey planResultKey, java.util.Date date, long agentId)
           
BuildTimingPoints.ExecutionCancelled(PlanResultKey planResultKey, java.util.Date date, boolean buildActuallyCancelled)
           
BuildTimingPoints.ExecutionFinished(PlanResultKey planResultKey, java.util.Date date)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.v2.build.trigger
 

Methods in com.atlassian.bamboo.v2.build.trigger that return PlanResultKey
 PlanResultKey ScheduledTriggerReason.getPlanResultKey()
           
 

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

Methods in com.atlassian.bamboo.ww2.actions that return PlanResultKey
 PlanResultKey PlanActionSupport.getTypedPlanResultKey()
           
 

Uses of PlanResultKey in com.atlassian.bamboo.ww2.beans
 

Methods in com.atlassian.bamboo.ww2.beans that return PlanResultKey
 PlanResultKey DecoratedResult.getPlanResultKey()
           
 

Uses of PlanResultKey in com.atlassian.bamboo.xmpp.commands
 

Methods in com.atlassian.bamboo.xmpp.commands that return PlanResultKey
 PlanResultKey AbstractSmackCommand.getPlanResultKey()
           
 

Methods in com.atlassian.bamboo.xmpp.commands with parameters of type PlanResultKey
 void AbstractSmackCommand.setPlanResultKey(PlanResultKey planResultKey)
           
 



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