|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChainConversionService
Method Summary | |
---|---|
void |
copyAuditLog(Plan from,
Plan to)
Copies the audit log from one plan to another. |
void |
copyBandanaData(Plan from,
Plan to)
Copies bandana data from one plan to another. |
void |
copyBuildNumbersAndVcsRevisionKeys(Plan from,
Plan to)
Copies the build numbers and vcs revision keys from one plan to another |
void |
copyComments(ResultsSummary from,
ResultsSummary to)
Copies comments from one result summary to another. |
void |
copyLabels(Plan from,
Plan to)
Copies plan level labels from one plan to another. |
void |
copyLabels(ResultsSummary from,
ResultsSummary to)
Copies labels from one result summary to another. |
void |
swapNotificationRules(Chain chain)
Looks up the notification rules against the chain and based on the predefined mapping rules swaps out some for others |
void |
updateChainResultFromResult(ResultsSummary originalResult,
ResultsSummary chainResult)
Populate the chain result object with any data required. |
Method Detail |
---|
void copyBuildNumbersAndVcsRevisionKeys(@NotNull Plan from, @NotNull Plan to)
from
- the plan to copy fromto
- the plan to copy tovoid copyAuditLog(@NotNull Plan from, @NotNull Plan to)
from
- the plan to copy fromto
- the plan to copy tovoid copyBandanaData(@NotNull Plan from, @NotNull Plan to)
from
- the plan to copy fromto
- the plan to copy tovoid copyLabels(@NotNull Plan from, @NotNull Plan to)
from
- the plan to copy fromto
- the plan to copy tovoid updateChainResultFromResult(@NotNull ResultsSummary originalResult, @NotNull ResultsSummary chainResult)
originalResult
- result to copy fromchainResult
- result to copy tovoid copyLabels(@NotNull ResultsSummary from, @NotNull ResultsSummary to)
from
- result summary to copy fromto
- result summary to copy tovoid copyComments(@NotNull ResultsSummary from, @NotNull ResultsSummary to)
from
- result summary to copy fromto
- result summary to copy tovoid swapNotificationRules(Chain chain)
chain
- to update notifications for
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |