|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CommitContext in com.atlassian.bamboo.commit |
|---|
| Subinterfaces of CommitContext in com.atlassian.bamboo.commit | |
|---|---|
interface |
Commit
Interface that represents a single commit set. |
| Classes in com.atlassian.bamboo.commit that implement CommitContext | |
|---|---|
class |
CommitContextImpl
|
class |
CommitImpl
|
| Methods in com.atlassian.bamboo.commit that return types with arguments of type CommitContext | |
|---|---|
static com.google.common.base.Function<CommitContext,CommitContext> |
CommitFunctions.cloneCommit()
|
static com.google.common.base.Function<CommitContext,CommitContext> |
CommitFunctions.cloneCommit()
|
static com.google.common.collect.Ordering<CommitContext> |
CommitFunctions.getCommitDateOrdering()
|
static com.google.common.base.Predicate<CommitContext> |
CommitPredicates.isCommitRelevantToBranch()
|
static com.google.common.base.Function<CommitContext,CommitContext> |
CommitPredicates.toForeignCommit()
|
static com.google.common.base.Function<CommitContext,CommitContext> |
CommitPredicates.toForeignCommit()
|
| Uses of CommitContext in com.atlassian.bamboo.deployments.versions.persistence.commits |
|---|
| Methods in com.atlassian.bamboo.deployments.versions.persistence.commits with parameters of type CommitContext | |
|---|---|
MutableDeploymentVersionVcsCommit |
MutableDeploymentVersionVcsChangesetImpl.BuildCommit2DeploymentCommit.apply(CommitContext commit)
|
| Uses of CommitContext in com.atlassian.bamboo.notification.recipients |
|---|
| Method parameters in com.atlassian.bamboo.notification.recipients with type arguments of type CommitContext | |
|---|---|
void |
CommitterRecipient.setCommits(java.util.Set<? extends CommitContext> commits)
|
| Uses of CommitContext in com.atlassian.bamboo.plan.branch |
|---|
| Methods in com.atlassian.bamboo.plan.branch with parameters of type CommitContext | |
|---|---|
BranchCommitInformation |
BranchCommitInformationManager.updateCreatingCommitInformation(BranchCommitInformation source,
CommitContext commitContext)
Creates new BranchCommitInformation copying the information from the source and then updating creating commit
with provided CommitContext. |
BranchCommitInformation |
BranchCommitInformationManagerImpl.updateCreatingCommitInformation(BranchCommitInformation source,
CommitContext commitContext)
|
BranchCommitInformation |
BranchCommitInformationManager.updateLatestCommitInformation(BranchCommitInformation source,
CommitContext commitContext)
Creates new BranchCommitInformation copying the information from the source and then updating latest commit
with provided CommitContext. |
BranchCommitInformation |
BranchCommitInformationManagerImpl.updateLatestCommitInformation(BranchCommitInformation source,
CommitContext commitContext)
|
| Uses of CommitContext in com.atlassian.bamboo.plugins.git |
|---|
| Methods in com.atlassian.bamboo.plugins.git that return CommitContext | |
|---|---|
CommitContext |
NativeGitOperationHelper.getCommit(java.io.File directory,
java.lang.String targetRevision)
|
CommitContext |
JGitOperationHelper.getCommit(java.io.File directory,
java.lang.String targetRevision)
|
CommitContext |
GitOperationHelper.getCommit(java.io.File directory,
java.lang.String targetRevision)
Gets the commit for the revision, given a working directory. |
CommitContext |
GitRepository.getFirstCommit()
|
CommitContext |
GitHubRepository.getFirstCommit()
|
CommitContext |
GitRepository.getLastCommit()
|
CommitContext |
GitHubRepository.getLastCommit()
|
| Methods in com.atlassian.bamboo.plugins.git that return types with arguments of type CommitContext | |
|---|---|
java.util.List<CommitContext> |
CommitOutputHandler.getExtractedCommits()
|
| Uses of CommitContext in com.atlassian.bamboo.plugins.hg |
|---|
| Methods in com.atlassian.bamboo.plugins.hg that return CommitContext | |
|---|---|
CommitContext |
HgRepository.getFirstCommit()
|
CommitContext |
BitbucketRepository.getFirstCommit()
|
CommitContext |
HgRepositoryAccessImpl.getFirstCommit(java.io.File cacheDirectory)
|
CommitContext |
HgRepositoryAccess.getFirstCommit(java.io.File cacheDirectory)
|
CommitContext |
HgRepository.getLastCommit()
|
CommitContext |
BitbucketRepository.getLastCommit()
|
CommitContext |
HgRepositoryAccessImpl.getLastCommit(java.io.File cacheDirectory)
|
CommitContext |
HgRepositoryAccess.getLastCommit(java.io.File cacheDirectory)
|
| Uses of CommitContext in com.atlassian.bamboo.plugins.stash |
|---|
| Methods in com.atlassian.bamboo.plugins.stash that return CommitContext | |
|---|---|
CommitContext |
StashRepository.getFirstCommit()
|
CommitContext |
StashRepository.getLastCommit()
|
| Uses of CommitContext in com.atlassian.bamboo.repository |
|---|
| Methods in com.atlassian.bamboo.repository that return CommitContext | |
|---|---|
CommitContext |
BranchDetectionCapableRepository.getFirstCommit()
Deprecated. Retrieve the commit that created the Branch. |
CommitContext |
BranchDetectionCapableRepository.getLastCommit()
Deprecated. Retrieve last commit on the branch set on this Repository. |
| Uses of CommitContext in com.atlassian.bamboo.repository.cvsimpl |
|---|
| Method parameters in com.atlassian.bamboo.repository.cvsimpl with type arguments of type CommitContext | |
|---|---|
java.util.Date |
CvsRepositoryManager.findLatestDateFromCommits(java.util.List<? extends CommitContext> commits)
Loops through all the commits and returns the latest date. |
| Uses of CommitContext in com.atlassian.bamboo.repository.svn |
|---|
| Methods in com.atlassian.bamboo.repository.svn that return CommitContext | |
|---|---|
CommitContext |
SvnRepository.getFirstCommit()
|
CommitContext |
SvnRepository.getLastCommit()
|
| Uses of CommitContext in com.atlassian.bamboo.v2.build |
|---|
| Methods in com.atlassian.bamboo.v2.build that return types with arguments of type CommitContext | |
|---|---|
java.util.List<CommitContext> |
BuildRepositoryChanges.getChanges()
List of Commit objects that triggered off this particular build. |
java.util.List<CommitContext> |
BuildChanges.getChanges()
Get changes from all repositories |
java.util.List<CommitContext> |
BuildRepositoryChangesImpl.getChanges()
|
com.google.common.collect.ImmutableList<CommitContext> |
BuildChangesImpl.getChanges()
|
java.util.List<CommitContext> |
BuildChanges.getChanges(long repositoryId)
List of Commit objects that triggered off this particular build. |
java.util.List<CommitContext> |
BuildChangesImpl.getChanges(long repositoryId)
|
| Method parameters in com.atlassian.bamboo.v2.build with type arguments of type CommitContext | |
|---|---|
void |
BuildRepositoryChanges.setChanges(java.util.List<CommitContext> changes)
|
void |
BuildRepositoryChangesImpl.setChanges(java.util.List<CommitContext> changes)
|
void |
BuildChanges.setChanges(long repositoryId,
java.util.List<CommitContext> changes)
|
void |
BuildChangesImpl.setChanges(long repositoryId,
java.util.List<CommitContext> changes)
|
| Constructor parameters in com.atlassian.bamboo.v2.build with type arguments of type CommitContext | |
|---|---|
BuildRepositoryChangesImpl(long repositoryId,
java.lang.String vcsRevisionKey,
java.util.List<? extends CommitContext> changes)
|
|
BuildRepositoryChangesImpl(java.lang.String vcsRevisionKey,
java.util.List<? extends CommitContext> changes)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||