Package com.atlassian.bamboo.commit
Class CommitManagerImpl
- java.lang.Object
-
- com.atlassian.bamboo.commit.CommitManagerImpl
-
- All Implemented Interfaces:
CommitManager
@Internal public class CommitManagerImpl extends Object implements CommitManager
-
-
Constructor Summary
Constructors Constructor Description CommitManagerImpl(CommitDao commitDao)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull Set<Commit>
getCommitsForResult(@NotNull ResultsSummary resultsSummary)
-
-
-
Constructor Detail
-
CommitManagerImpl
public CommitManagerImpl(CommitDao commitDao)
-
-
Method Detail
-
getCommitsForResult
@NotNull public @NotNull Set<Commit> getCommitsForResult(@NotNull @NotNull ResultsSummary resultsSummary)
- Specified by:
getCommitsForResult
in interfaceCommitManager
-
-