|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ChainResult in com.atlassian.bamboo.chains |
---|
Classes in com.atlassian.bamboo.chains that implement ChainResult | |
---|---|
class |
ChainResultImpl
|
Methods in com.atlassian.bamboo.chains that return ChainResult | |
---|---|
ChainResult |
ChainResultManagerImpl.create(Chain chain,
int chainNumber)
|
ChainResult |
ChainResultManager.create(Chain chain,
int chainNumber)
Create a new result |
ChainResult |
ChainStageResultImpl.getChainResult()
|
ChainResult |
ChainStageResult.getChainResult()
Returns the ChainResult associated with this Stage result |
ChainResult |
ChainResultHibernateDao.getChainResult(Chain chain,
int chainNumber)
|
ChainResult |
ChainResultManagerImpl.getChainResult(Chain chain,
int chainNumber)
|
ChainResult |
ChainResultManager.getChainResult(Chain chain,
int chainNumber)
Retreive result by id |
ChainResult |
ChainResultDao.getChainResult(Chain chain,
int chainNumber)
Load a saved ChainResult |
ChainResult |
ChainResultHibernateDao.getChainResult(PlanResultKey planResultKey)
|
ChainResult |
ChainResultManagerImpl.getChainResult(PlanResultKey planResultKey)
|
ChainResult |
ChainResultManager.getChainResult(PlanResultKey planResultKey)
Get the result by its PlanResultKey |
ChainResult |
ChainResultDao.getChainResult(PlanResultKey planResultKey)
Get the result by its PlanResultKey |
Methods in com.atlassian.bamboo.chains that return types with arguments of type ChainResult | |
---|---|
java.util.List<ChainResult> |
ChainResultHibernateDao.getAllChainResults(Chain chain)
|
java.util.List<ChainResult> |
ChainResultDao.getAllChainResults(Chain chain)
Load a saved ChainResult |
java.util.Collection<ChainResult> |
ChainResultHibernateDao.getAllPendingChainResults()
|
java.util.Collection<ChainResult> |
ChainResultManagerImpl.getAllPendingChainResults()
|
java.util.Collection<ChainResult> |
ChainResultManager.getAllPendingChainResults()
Returns all the ChainResult s in a BuildState.PENDING state |
java.util.Collection<ChainResult> |
ChainResultDao.getAllPendingChainResults()
Returns all the ChainResult s in a BuildState.PENDING state |
java.util.List<ChainResult> |
ChainResultHibernateDao.getAllResults()
|
java.util.List<ChainResult> |
ChainResultDao.getAllResults()
Returns all ChainResult |
java.util.List<ChainResult> |
ChainResultHibernateDao.getNChainResults(Chain chain,
int firstResult,
int maxResults)
|
java.util.List<ChainResult> |
ChainResultManagerImpl.getNChainResults(Chain chain,
int firstResult,
int maxResults)
|
java.util.List<ChainResult> |
ChainResultManager.getNChainResults(Chain chain,
int firstResult,
int maxResults)
Retrieve list of results related to chain, list is ordered descending by chain number |
java.util.List<ChainResult> |
ChainResultDao.getNChainResults(Chain chain,
int firstResult,
int maxResults)
Load list of results related to chain, list is ordered descending by chain number ChainResult s in PENDING state are left out of the results |
Methods in com.atlassian.bamboo.chains with parameters of type ChainResult | |
---|---|
void |
ChainResultHibernateDao.save(ChainResult chainResult)
|
void |
ChainResultManagerImpl.save(ChainResult chainResult)
|
void |
ChainResultManager.save(ChainResult chainResult)
Save Result |
void |
ChainResultDao.save(ChainResult chainResult)
Save a ChainResult |
void |
ChainStageResultImpl.setChainResult(ChainResult chainResult)
|
void |
ChainStageResult.setChainResult(ChainResult chainResult)
Sets the ChainResult associated with this Stage result |
Constructors in com.atlassian.bamboo.chains with parameters of type ChainResult | |
---|---|
ChainStageResultImpl(java.lang.String name,
java.lang.String description,
ChainResult chainResult)
|
Uses of ChainResult in com.atlassian.bamboo.chains.plugins |
---|
Methods in com.atlassian.bamboo.chains.plugins with parameters of type ChainResult | |
---|---|
void |
PostChainAction.execute(Chain chain,
ChainResult chainResult,
ChainExecution chainExecution)
Execute the custom action |
void |
PostStageAction.execute(ChainResult chainResult,
ChainStageResult chainStageResult,
StageExecution stageExecution)
Executes the custom action |
Uses of ChainResult in com.atlassian.bamboo.migration.stream |
---|
Methods in com.atlassian.bamboo.migration.stream that return ChainResult | |
---|---|
protected ChainResult |
ChainResultMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
|
Methods in com.atlassian.bamboo.migration.stream with parameters of type ChainResult | |
---|---|
protected void |
ChainResultMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
ChainResult chainResult,
net.sf.hibernate.Session session)
|
protected void |
ChainResultMapper.importProperties(ChainResult chainResult,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
net.sf.hibernate.Session session)
|
Uses of ChainResult in com.atlassian.bamboo.ww2.actions |
---|
Methods in com.atlassian.bamboo.ww2.actions that return ChainResult | |
---|---|
ChainResult |
ChainActionSupport.getChainResult()
|
Methods in com.atlassian.bamboo.ww2.actions with parameters of type ChainResult | |
---|---|
void |
ChainActionSupport.setChainResult(ChainResult chainResult)
|
Uses of ChainResult in com.atlassian.bamboo.ww2.actions.chains |
---|
Methods in com.atlassian.bamboo.ww2.actions.chains that return types with arguments of type ChainResult | |
---|---|
java.util.List<ChainResult> |
ListChainResults.getFilteredResultsList(int firstResult,
int maxResults)
|
java.util.List<ChainResult> |
ListChainResults.getResultsList()
|
Methods in com.atlassian.bamboo.ww2.actions.chains with parameters of type ChainResult | |
---|---|
java.lang.String |
ListChainResults.getDateFinished(ChainResult chainResult)
|
int |
ListChainResults.getNumberOfBuildsRun(ChainResult chainResult)
|
Uses of ChainResult in com.atlassian.bamboo.ww2.aware |
---|
Methods in com.atlassian.bamboo.ww2.aware that return ChainResult | |
---|---|
ChainResult |
ChainAware.getChainResult()
|
Methods in com.atlassian.bamboo.ww2.aware with parameters of type ChainResult | |
---|---|
void |
ChainAware.setChainResult(ChainResult chainResult)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |