com.atlassian.bamboo.v2.trigger
Interface ChangeDetectionManager

All Known Implementing Classes:
DefaultChangeDetectionManager

public interface ChangeDetectionManager

Enscapsulates the detection of the changes given a repository. It provides a central point to place common change detection logic


Method Summary
 BuildChanges collectChangesSinceLastBuild(java.lang.String planKey, RepositoryV2 repository, java.lang.String lastVcsRevisionKey)
           
 

Method Detail

collectChangesSinceLastBuild

@NotNull
BuildChanges collectChangesSinceLastBuild(@NotNull
                                                  java.lang.String planKey,
                                                  @NotNull
                                                  RepositoryV2 repository,
                                                  @NotNull
                                                  java.lang.String lastVcsRevisionKey)
                                          throws RepositoryException
Throws:
RepositoryException


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.