|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Commit in com.atlassian.bamboo.author |
---|
Methods in com.atlassian.bamboo.author with parameters of type Commit | |
---|---|
ExtendedAuthor |
HibernateAuthorManagerImpl.generateOrRetrieveAuthorFromCommit(Commit commit,
java.lang.String authorName)
|
ExtendedAuthor |
ExtendedAuthorManager.generateOrRetrieveAuthorFromCommit(Commit commit,
java.lang.String authorName)
Deprecated. use ExtendedAuthorManager.createAndSaveAuthor(String) when creating one or AuthorManager.getAuthorByName(String) when retrieving |
Uses of Commit in com.atlassian.bamboo.builder |
---|
Method parameters in com.atlassian.bamboo.builder with type arguments of type Commit | |
---|---|
static BuildResults |
BuildResultsTestFactory.createWithChangeList(java.util.List<Commit> expectedChangeList)
|
Uses of Commit in com.atlassian.bamboo.commit |
---|
Classes in com.atlassian.bamboo.commit that implement Commit | |
---|---|
class |
CommitImpl
|
Methods in com.atlassian.bamboo.commit that return Commit | |
---|---|
Commit |
CommitImpl.cloneCommit()
|
Commit |
Commit.cloneCommit()
|
Methods in com.atlassian.bamboo.commit that return types with arguments of type Commit | |
---|---|
java.util.List<Commit> |
CommitHibernateDao.getCommitsForResult(ResultsSummary resultsSummary)
|
java.util.List<Commit> |
CommitDao.getCommitsForResult(ResultsSummary resultsSummary)
|
Method parameters in com.atlassian.bamboo.commit with type arguments of type Commit | |
---|---|
long |
CommitHibernateDao.scrollCommitsForExport(com.google.common.base.Function<Commit,java.lang.Void> function)
|
long |
CommitDao.scrollCommitsForExport(com.google.common.base.Function<Commit,java.lang.Void> function)
Scroll through and execute function for each of Commit Objects passed to function are not fully initialized. |
Uses of Commit in com.atlassian.bamboo.index |
---|
Methods in com.atlassian.bamboo.index that return types with arguments of type Commit | |
---|---|
java.util.Set<Commit> |
BuildResultsSummaryDocument.getCommits()
|
Uses of Commit in com.atlassian.bamboo.migration.stream |
---|
Methods in com.atlassian.bamboo.migration.stream that return Commit | |
---|---|
protected Commit |
CommitMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
|
Methods in com.atlassian.bamboo.migration.stream with parameters of type Commit | |
---|---|
void |
CommitRootMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor,
java.util.List<Commit> list,
Commit object,
long objectIndex,
net.sf.hibernate.Session session)
|
protected void |
CommitRootMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
Commit commit,
net.sf.hibernate.Session session)
|
protected void |
CommitMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
Commit commit,
net.sf.hibernate.Session session)
|
protected void |
CommitRootMapper.importProperties(Commit commit,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
net.sf.hibernate.Session session)
|
protected void |
CommitMapper.importProperties(Commit commit,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
net.sf.hibernate.Session session)
|
Method parameters in com.atlassian.bamboo.migration.stream with type arguments of type Commit | |
---|---|
void |
CommitRootMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor,
java.util.List<Commit> list,
Commit object,
long objectIndex,
net.sf.hibernate.Session session)
|
Uses of Commit in com.atlassian.bamboo.notification.recipients |
---|
Method parameters in com.atlassian.bamboo.notification.recipients with type arguments of type Commit | |
---|---|
void |
CommitterRecipient.setCommits(java.util.Set<Commit> commits)
|
Uses of Commit in com.atlassian.bamboo.plugins.hg |
---|
Methods in com.atlassian.bamboo.plugins.hg that return types with arguments of type Commit | |
---|---|
java.util.Map<Commit,java.lang.String> |
HgWebRepositoryViewer.getWebRepositoryUrlForCommits(java.util.Collection<Commit> commits,
Repository repository)
Used in defaultCommitSummaryView.ftl |
Methods in com.atlassian.bamboo.plugins.hg with parameters of type Commit | |
---|---|
java.lang.String |
HgWebRepositoryViewer.getWebRepositoryUrlForCommit(Commit commit,
Repository repository)
|
Method parameters in com.atlassian.bamboo.plugins.hg with type arguments of type Commit | |
---|---|
java.util.Map<Commit,java.lang.String> |
HgWebRepositoryViewer.getWebRepositoryUrlForCommits(java.util.Collection<Commit> commits,
Repository repository)
Used in defaultCommitSummaryView.ftl |
Uses of Commit in com.atlassian.bamboo.plugins.rest.model.build.change |
---|
Constructors in com.atlassian.bamboo.plugins.rest.model.build.change with parameters of type Commit | |
---|---|
RestChange(Commit commit)
|
Uses of Commit in com.atlassian.bamboo.repository.cvsimpl |
---|
Methods in com.atlassian.bamboo.repository.cvsimpl that return types with arguments of type Commit | |
---|---|
java.util.List<Commit> |
CvsChangeLogListener.getCommits()
|
java.util.List<Commit> |
CvsRepositoryManager.getCommitsSince(java.util.Date lastUpdate,
java.lang.String clientPath,
BuildLogger buildLogger,
CVSRepository cvsRepository)
|
Method parameters in com.atlassian.bamboo.repository.cvsimpl with type arguments of type Commit | |
---|---|
java.util.Date |
CvsRepositoryManager.findLatestDateFromCommits(java.util.List<Commit> commits)
Loops through all the commits and returns the latest date. |
Uses of Commit in com.atlassian.bamboo.repository.perforce |
---|
Methods in com.atlassian.bamboo.repository.perforce that return types with arguments of type Commit | |
---|---|
java.util.List<Commit> |
PerforceManager.getChangeLogEntries(com.tek42.perforce.Depot perforceDepot,
java.util.List<java.lang.Integer> changeNumbers)
Retrieves a list of Bamboo Commit Files based on list of change numbers |
Uses of Commit in com.atlassian.bamboo.results |
---|
Methods in com.atlassian.bamboo.results that return types with arguments of type Commit | |
---|---|
java.util.Set<Commit> |
BuildResultsImpl.getCommits()
Deprecated. |
java.util.Set<Commit> |
BuildResults.getCommits()
Deprecated. |
Constructor parameters in com.atlassian.bamboo.results with type arguments of type Commit | |
---|---|
BuildResultsImpl(java.lang.String buildKey,
BuildState state,
java.util.List<java.lang.String> buildErrors,
java.util.Collection<Commit> commits,
ReasonForBuild reasonForBuild)
Deprecated. Create the build results |
Uses of Commit in com.atlassian.bamboo.resultsummary |
---|
Methods in com.atlassian.bamboo.resultsummary that return types with arguments of type Commit | |
---|---|
java.util.Set<Commit> |
AbstractResultsSummary.getCommits()
|
java.util.Set<Commit> |
BuildResultsSummaryForTesting.getCommits()
|
java.util.Set<Commit> |
ResultsSummary.getCommits()
Any Commit s related to this BuildResultsSummary
Note that if you fetched this result from Lucene that accessing this property will cause a database hit |
java.util.List<Commit> |
BuildResultsSummaryManagerImpl.getCommitsForResult(ResultsSummary resultsSummary)
|
java.util.List<Commit> |
BuildResultsSummaryManager.getCommitsForResult(ResultsSummary resultsSummary)
|
Method parameters in com.atlassian.bamboo.resultsummary with type arguments of type Commit | |
---|---|
void |
AbstractResultsSummary.setCommits(java.util.Set<Commit> commits)
|
void |
BuildResultsSummaryForTesting.setCommits(java.util.Set<Commit> commits)
|
Uses of Commit in com.atlassian.bamboo.v2.build |
---|
Methods in com.atlassian.bamboo.v2.build that return types with arguments of type Commit | |
---|---|
java.util.List<Commit> |
BuildChangesImpl.getChanges()
|
java.util.List<Commit> |
BuildChanges.getChanges()
List of Commit objects that triggered off this particular build. |
Method parameters in com.atlassian.bamboo.v2.build with type arguments of type Commit | |
---|---|
void |
BuildChangesImpl.setChanges(java.util.List<Commit> changes)
|
void |
BuildChanges.setChanges(java.util.List<Commit> changes)
|
Constructor parameters in com.atlassian.bamboo.v2.build with type arguments of type Commit | |
---|---|
BuildChangesImpl(java.lang.String vcsRevisionKey,
java.util.List<Commit> changes)
|
Uses of Commit in com.atlassian.bamboo.webrepository |
---|
Methods in com.atlassian.bamboo.webrepository that return types with arguments of type Commit | |
---|---|
java.util.Map<Commit,java.lang.String> |
DefaultWebRepositoryViewer.getWebRepositoryUrlForCommits(java.util.Collection<Commit> commits,
Repository repository)
|
Methods in com.atlassian.bamboo.webrepository with parameters of type Commit | |
---|---|
java.lang.String |
DefaultWebRepositoryViewer.getWebRepositoryUrlForCommit(Commit commit,
Repository repository)
|
java.lang.String |
CommitUrlProvider.getWebRepositoryUrlForCommit(Commit commit,
Repository repository)
Provide the url to link to the given commit in the web repository |
Method parameters in com.atlassian.bamboo.webrepository with type arguments of type Commit | |
---|---|
java.util.Map<Commit,java.lang.String> |
DefaultWebRepositoryViewer.getWebRepositoryUrlForCommits(java.util.Collection<Commit> commits,
Repository repository)
|
Uses of Commit in com.atlassian.bamboo.webrepository.fisheye |
---|
Methods in com.atlassian.bamboo.webrepository.fisheye that return types with arguments of type Commit | |
---|---|
java.util.Map<Commit,java.lang.String> |
FisheyeWebRepositoryViewer.getWebRepositoryUrlForCommits(java.util.Collection<Commit> commits,
Repository repository)
|
Methods in com.atlassian.bamboo.webrepository.fisheye with parameters of type Commit | |
---|---|
java.lang.String |
FisheyeWebRepositoryViewer.getWebRepositoryUrlForCommit(Commit commit,
Repository repository)
|
Method parameters in com.atlassian.bamboo.webrepository.fisheye with type arguments of type Commit | |
---|---|
java.util.Map<Commit,java.lang.String> |
FisheyeWebRepositoryViewer.getWebRepositoryUrlForCommits(java.util.Collection<Commit> commits,
Repository repository)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |