|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VariableContextBaselineDao
Method Summary | |
---|---|
int |
deleteOrphans()
Delete orphaned VariableContextBaseline records. |
VariableContextBaseline |
findByDeploymentResultId(long deploymentResultId)
|
VariableContextBaseline |
findById(long id)
|
long |
iterateVariableContextBaselinesForExport(com.google.common.base.Function<VariableContextBaseline,java.lang.Void> function)
Iterate through and execute function for each of VariableContextBaseline |
VariableContextBaseline |
resolveVariableContextBaseline(VariableContext variableContext)
Searches for a context baseline with exactly the same set of variables. |
Methods inherited from interface com.atlassian.bamboo.persistence3.BambooObjectDao |
---|
delete, deleteAll, executeReturnLong, findAll, findById, save, saveAll |
Method Detail |
---|
@Nullable VariableContextBaseline findById(long id)
@Nullable VariableContextBaseline findByDeploymentResultId(long deploymentResultId)
@Nullable VariableContextBaseline resolveVariableContextBaseline(@NotNull VariableContext variableContext)
int deleteOrphans()
long iterateVariableContextBaselinesForExport(@NotNull com.google.common.base.Function<VariableContextBaseline,java.lang.Void> function)
function
- function to be executed on each of the VariableContextBaseline
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |