|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ChainResultsSummary in com.atlassian.bamboo.autofavourite |
---|
Methods in com.atlassian.bamboo.autofavourite with parameters of type ChainResultsSummary | |
---|---|
void |
AutoFavouritePostChainAction.execute(Chain chain,
ChainResultsSummary chainResultsSummary,
ChainExecution chainExecution)
|
Uses of ChainResultsSummary in com.atlassian.bamboo.build |
---|
Methods in com.atlassian.bamboo.build that return ChainResultsSummary | |
---|---|
ChainResultsSummary |
ChainResultsAction.getChainResult()
|
Methods in com.atlassian.bamboo.build with parameters of type ChainResultsSummary | |
---|---|
void |
ChainResultsAction.setChainResult(ChainResultsSummary chainResult)
|
Uses of ChainResultsSummary in com.atlassian.bamboo.build.artifact |
---|
Methods in com.atlassian.bamboo.build.artifact with parameters of type ChainResultsSummary | |
---|---|
ArtifactLink |
ArtifactLinkManager.addPlanLevelArtifactLink(ChainResultsSummary planResultSummary,
ArtifactDefinitionContext artifactDefinitionContext)
Create ArtifactLink object and add it to the ChainResultsSummary. |
ArtifactLink |
DefaultArtifactLinkManager.addPlanLevelArtifactLink(ChainResultsSummary planResultSummary,
ArtifactDefinitionContext artifactDefinitionContext)
|
void |
ArtifactLinkManager.removeArtifactLinks(ChainResultsSummary chainResultsSummary,
Plan plan)
Remove all artifact links from the ChainResultsSummary. |
void |
DefaultArtifactLinkManager.removeArtifactLinks(ChainResultsSummary chainResultsSummary,
Plan plan)
|
Constructors in com.atlassian.bamboo.build.artifact with parameters of type ChainResultsSummary | |
---|---|
DefaultArtifactLink(ArtifactDefinitionContext artifactDefinitionContext,
BuildResultsSummary producerResult,
ChainResultsSummary planResultsSummary)
|
|
DefaultArtifactLink(ArtifactDefinitionContext artifactDefinitionContext,
ChainResultsSummary planResultsSummary)
|
Uses of ChainResultsSummary in com.atlassian.bamboo.chains |
---|
Classes in com.atlassian.bamboo.chains that implement ChainResultsSummary | |
---|---|
class |
ChainResultsSummaryImpl
|
Methods in com.atlassian.bamboo.chains that return ChainResultsSummary | |
---|---|
ChainResultsSummary |
ChainStageResult.getChainResult()
Returns the ChainResultsSummary associated with this Stage result |
ChainResultsSummary |
ChainStageResultImpl.getChainResult()
|
ChainResultsSummary |
ChainStateResult.getChainResultsSummary()
|
Methods in com.atlassian.bamboo.chains with parameters of type ChainResultsSummary | |
---|---|
void |
ChainStageResult.setChainResult(ChainResultsSummary chainResult)
Sets the ChainResultsSummary associated with this Stage result |
void |
ChainStageResultImpl.setChainResult(ChainResultsSummary chainResult)
|
Constructors in com.atlassian.bamboo.chains with parameters of type ChainResultsSummary | |
---|---|
ChainFilteredTestResults(ChainResultsSummary chainResultsSummary)
|
|
ChainFilteredTestResults(ChainResultsSummary chainResultsSummary,
int pageNumber,
int pageSize)
|
|
ChainStageResultImpl(java.lang.String name,
java.lang.String description,
ChainResultsSummary chainResult)
|
Uses of ChainResultsSummary in com.atlassian.bamboo.chains.plugins |
---|
Methods in com.atlassian.bamboo.chains.plugins with parameters of type ChainResultsSummary | |
---|---|
void |
PostChainAction.execute(Chain chain,
ChainResultsSummary chainResultsSummary,
ChainExecution chainExecution)
Execute the custom action |
void |
PostChainIndexAction.execute(Chain chain,
ChainResultsSummary chainResultsSummary,
ChainExecution chainExecution)
|
void |
PostStageAction.execute(ChainResultsSummary chainResultsSummary,
ChainStageResult chainStageResult,
StageExecution stageExecution)
Executes the custom action |
Uses of ChainResultsSummary in com.atlassian.bamboo.index |
---|
Classes in com.atlassian.bamboo.index that implement ChainResultsSummary | |
---|---|
class |
BuildResultsSummaryDocument
A lucene implementation of an AbstractResultsSummary which mirrors the BuildResultsSummary
object closely. |
Methods in com.atlassian.bamboo.index that return ChainResultsSummary | |
---|---|
ChainResultsSummary |
BuildResultsSummaryDocument.getChainResultsSummary()
Not available from Lucene |
Methods in com.atlassian.bamboo.index with parameters of type ChainResultsSummary | |
---|---|
void |
BuildResultsSummaryDocument.setChainResultsSummary(ChainResultsSummary chainResultSummary)
|
void |
PostChainIndexWriter.updateIndexDocument(org.apache.lucene.document.Document document,
ChainResultsSummary chainResultsSummary)
Allows you to add lucene fields to the document |
Uses of ChainResultsSummary in com.atlassian.bamboo.migration.stream |
---|
Methods in com.atlassian.bamboo.migration.stream that return ChainResultsSummary | |
---|---|
protected ChainResultsSummary |
ChainResultMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
|
Methods in com.atlassian.bamboo.migration.stream with parameters of type ChainResultsSummary | |
---|---|
protected void |
ChainResultMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
ChainResultsSummary chainResult,
net.sf.hibernate.Session session)
|
protected void |
ChainResultMapper.importProperties(ChainResultsSummary chainResult,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
net.sf.hibernate.Session session)
|
Uses of ChainResultsSummary in com.atlassian.bamboo.plugins.rest.model.chain |
---|
Constructors in com.atlassian.bamboo.plugins.rest.model.chain with parameters of type ChainResultsSummary | |
---|---|
RestChainResult(ChainResultsSummary buildSummary,
java.lang.String jiraHostUrl,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.UriBuilder baseUriBuilder,
boolean detailedResult,
BuildExecutionManager buildExecutionManager,
PlanExecutionManager planExecutionManager,
BuildQueueManager buildQueueManager,
StageStatusHelper stageStatusHelper,
PlanExecutableAgentsHelper planExecutableAgentsHelper)
|
|
RestChainResult(ChainResultsSummary buildSummary,
java.lang.String jiraHostUrl,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.UriBuilder baseUriBuilder,
StageStatusHelper stageStatusHelper,
PlanExecutableAgentsHelper planExecutableAgentsHelper)
|
|
RestChainResultDetails(ChainResultsSummary buildSummary,
java.lang.String jiraHostUrl,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.UriBuilder baseUriBuilder,
boolean detailedResult,
BuildExecutionManager buildExecutionManager,
PlanExecutionManager planExecutionManager,
BuildQueueManager buildQueueManager,
StageStatusHelper stageStatusHelper,
PlanExecutableAgentsHelper planExecutableAgentsHelper)
|
Uses of ChainResultsSummary in com.atlassian.bamboo.resultsummary |
---|
Methods in com.atlassian.bamboo.resultsummary that return ChainResultsSummary | |
---|---|
ChainResultsSummary |
BuildResultsSummaryForTesting.getChainResultsSummary()
|
ChainResultsSummary |
BuildResultsSummary.getChainResultsSummary()
The ChainResultsSummary to which the current BuildResultsSummary is a child of
Typically this is the link between a Chain and Job result
If the value is null it can be assumed that the result is for a Build |
ChainResultsSummary |
BuildResultsSummaryImpl.getChainResultsSummary()
|
ChainResultsSummary |
BuildResultsSummaryHibernateDao.getParentResultSummary(ResultsSummary summary)
|
ChainResultsSummary |
ResultsSummaryManager.getParentResultSummary(ResultsSummary resultsSummary)
Get (@link ChainResultsSummary} containing given ResultsSummary |
ChainResultsSummary |
BuildResultsSummaryDao.getParentResultSummary(ResultsSummary summary)
Get (@link ChainResultsSummary} containing given ResultsSummary |
ChainResultsSummary |
BuildResultsSummaryManagerImpl.getParentResultSummary(ResultsSummary resultsSummary)
|
Methods in com.atlassian.bamboo.resultsummary that return types with arguments of type ChainResultsSummary | |
---|---|
java.util.List<ChainResultsSummary> |
BuildResultsSummaryHibernateDao.findChainResultsWithJobLabelled(ResultsSummaryCriteria queryCriteria,
java.util.List<Label> labels)
|
java.util.List<ChainResultsSummary> |
ResultsSummaryManager.findChainResultsWithJobLabelled(ResultsSummaryCriteria criteria,
java.util.List<Label> labels)
Searches through all chains to find any that have jobs which match the given labels. |
java.util.List<ChainResultsSummary> |
BuildResultsSummaryDao.findChainResultsWithJobLabelled(ResultsSummaryCriteria criteria,
java.util.List<Label> labels)
Searches through all chains to find any that have jobs which match the given labels. |
java.util.List<ChainResultsSummary> |
BuildResultsSummaryManagerImpl.findChainResultsWithJobLabelled(ResultsSummaryCriteria criteria,
java.util.List<Label> labels)
|
Methods in com.atlassian.bamboo.resultsummary with parameters of type ChainResultsSummary | |
---|---|
void |
BuildResultsSummaryForTesting.setChainResultsSummary(ChainResultsSummary chainResultSummary)
|
void |
BuildResultsSummary.setChainResultsSummary(ChainResultsSummary chainResultSummary)
|
void |
BuildResultsSummaryImpl.setChainResultsSummary(ChainResultsSummary chainResultsSummary)
|
Uses of ChainResultsSummary in com.atlassian.bamboo.resultsummary.tests |
---|
Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type ChainResultsSummary | |
---|---|
java.util.List<TestCaseResult> |
TestsManager.getTestsForChainResultByDeltaState(ChainResultsSummary summary,
TestDeltaState deltaState,
int firstResult,
int maxCount)
Retrieves a list of testCaseResults for a ChainResultSummary based on their delta state (e.g BROKEN, FIXED) |
java.util.List<TestCaseResult> |
TestsManagerImpl.getTestsForChainResultByDeltaState(ChainResultsSummary summary,
TestDeltaState deltaState,
int firstResult,
int maxCount)
|
java.util.List<TestCaseResult> |
TestResultsHibernateDao.getTestsForChainResultByDeltaStates(ChainResultsSummary summary,
TestDeltaState[] deltaStates,
int firstResult,
int maxCount)
|
java.util.List<TestCaseResult> |
TestsManager.getTestsForChainResultByDeltaStates(ChainResultsSummary summary,
TestDeltaState[] deltaStates,
int firstResult,
int maxCount)
Retrieves a list of testCaseResults for a ChainResultSummary based on their delta state (e.g BROKEN, FIXED) |
java.util.List<TestCaseResult> |
TestResultsDao.getTestsForChainResultByDeltaStates(ChainResultsSummary summary,
TestDeltaState[] deltaStates,
int firstResult,
int maxCount)
Retrieves a list of testCaseResults for a ChainResultSummary based on their delta state (e.g BROKEN, FIXED) |
java.util.List<TestCaseResult> |
TestsManagerImpl.getTestsForChainResultByDeltaStates(ChainResultsSummary summary,
TestDeltaState[] deltaStates,
int firstResult,
int maxCount)
|
java.util.List<TestCaseResult> |
TestResultsHibernateDao.getTestsForChainResultByState(ChainResultsSummary summary,
TestState state,
int firstResult,
int maxCount)
|
java.util.List<TestCaseResult> |
TestsManager.getTestsForChainResultByState(ChainResultsSummary summary,
TestState testState,
int firstResult,
int maxCount)
Retrieves a list of testCaseResults for a ChainResultSummary based on their TestState |
java.util.List<TestCaseResult> |
TestResultsDao.getTestsForChainResultByState(ChainResultsSummary summary,
TestState testState,
int firstResult,
int maxCount)
Retrieves a list of testCaseResults for a ChainResultSummary based on their TestState |
java.util.List<TestCaseResult> |
TestsManagerImpl.getTestsForChainResultByState(ChainResultsSummary summary,
TestState testState,
int firstResult,
int maxCount)
|
Uses of ChainResultsSummary in com.atlassian.bamboo.v2.build.trigger |
---|
Methods in com.atlassian.bamboo.v2.build.trigger with parameters of type ChainResultsSummary | |
---|---|
TriggerReason |
TriggerReasonManager.getTriggerReason(ChainResultsSummary chainResultsSummary,
BuildResultsSummary buildResultsSummary)
Combines the data from the given ChainResultsSummary and BuildResultsSummary
to produce a TriggerReason for a Job result |
TriggerReason |
TriggerReasonManagerImpl.getTriggerReason(ChainResultsSummary chainResultsSummary,
BuildResultsSummary buildResultsSummary)
|
Uses of ChainResultsSummary in com.atlassian.bamboo.ww2.actions |
---|
Methods in com.atlassian.bamboo.ww2.actions that return ChainResultsSummary | |
---|---|
ChainResultsSummary |
ChainAwareContextHolder.getChainResult()
|
ChainResultsSummary |
ChainActionSupport.getChainResult()
|
Methods in com.atlassian.bamboo.ww2.actions with parameters of type ChainResultsSummary | |
---|---|
void |
ChainAwareContextHolder.setChainResult(ChainResultsSummary chainResult)
|
void |
ChainActionSupport.setChainResult(ChainResultsSummary chainResult)
|
Uses of ChainResultsSummary in com.atlassian.bamboo.ww2.actions.chains |
---|
Methods in com.atlassian.bamboo.ww2.actions.chains that return types with arguments of type ChainResultsSummary | |
---|---|
java.util.List<ChainResultsSummary> |
ListChainResults.getFilteredResultsList(int firstResult,
int maxResults)
|
java.util.List<ChainResultsSummary> |
ListChainResults.getResultsList()
|
Methods in com.atlassian.bamboo.ww2.actions.chains with parameters of type ChainResultsSummary | |
---|---|
java.lang.String |
ListChainResults.getDateFinished(ChainResultsSummary chainResult)
|
int |
ListChainResults.getNumberOfBuildsRun(ChainResultsSummary chainResult)
|
java.util.Collection<ArtifactLink> |
ViewChainArtifacts.getOrphanedArtifactLinks(ChainResultsSummary chainResults)
|
boolean |
ViewChainArtifacts.hasFinishedJobs(ChainResultsSummary chainResultsSummary)
|
boolean |
ViewChainArtifacts.hasJobArtifacts(ChainResultsSummary chainResultsSummary)
|
boolean |
ViewChainResult.hasSharedArtifacts(ChainResultsSummary chainResultsSummary)
|
Uses of ChainResultsSummary in com.atlassian.bamboo.ww2.aware |
---|
Methods in com.atlassian.bamboo.ww2.aware that return ChainResultsSummary | |
---|---|
ChainResultsSummary |
ChainAware.getChainResult()
|
Methods in com.atlassian.bamboo.ww2.aware with parameters of type ChainResultsSummary | |
---|---|
void |
ChainAware.setChainResult(ChainResultsSummary chainResult)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |