|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BranchCommitInformationManager
Method Summary | |
---|---|
void |
save(BranchCommitInformation branchCommitInformation)
Saves BranchCommitInformation |
BranchCommitInformation |
updateCreatingCommitInformation(BranchCommitInformation source,
CommitContext commitContext)
Creates new BranchCommitInformation copying the information from the source and then updating creating commit
with provided CommitContext . |
BranchCommitInformation |
updateLatestCommitInformation(BranchCommitInformation source,
CommitContext commitContext)
Creates new BranchCommitInformation copying the information from the source and then updating latest commit
with provided CommitContext . |
Method Detail |
---|
BranchCommitInformation updateCreatingCommitInformation(@NotNull BranchCommitInformation source, @NotNull CommitContext commitContext)
BranchCommitInformation
copying the information from the source and then updating creating commit
with provided CommitContext
. Doesn't save to the DB.
source
- commitContext
-
BranchCommitInformation
BranchCommitInformation updateLatestCommitInformation(@NotNull BranchCommitInformation source, @NotNull CommitContext commitContext)
BranchCommitInformation
copying the information from the source and then updating latest commit
with provided CommitContext
. Doesn't save to the DB.
source
- commitContext
-
BranchCommitInformation
void save(@NotNull BranchCommitInformation branchCommitInformation)
BranchCommitInformation
branchCommitInformation
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |