com.atlassian.bamboo.commit
Class CommitManagerImpl

java.lang.Object
  extended by com.atlassian.bamboo.commit.CommitManagerImpl
All Implemented Interfaces:
CommitManager

@Internal
public class CommitManagerImpl
extends Object
implements CommitManager


Constructor Summary
CommitManagerImpl(CommitDao commitDao)
           
 
Method Summary
 Set<Commit> getCommitsForResult(ResultsSummary resultsSummary)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommitManagerImpl

public CommitManagerImpl(CommitDao commitDao)
Method Detail

getCommitsForResult

@NotNull
public Set<Commit> getCommitsForResult(@NotNull
                                               ResultsSummary resultsSummary)
Specified by:
getCommitsForResult in interface CommitManager


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.