Package com.atlassian.bamboo.commit
Interface CommitManager
-
- All Known Implementing Classes:
CommitManagerImpl
@PublicApi public interface CommitManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Set<Commit>
getCommitsForResult(@NotNull ResultsSummary resultsSummary)
-
-
-
Method Detail
-
getCommitsForResult
@NotNull @NotNull Set<Commit> getCommitsForResult(@NotNull @NotNull ResultsSummary resultsSummary)
-
-