|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CommitFile in com.atlassian.bamboo.commit |
---|
Classes in com.atlassian.bamboo.commit that implement CommitFile | |
---|---|
class |
CommitFileImpl
|
Methods in com.atlassian.bamboo.commit that return CommitFile | |
---|---|
CommitFile |
CommitFileImpl.cloneCommitFile()
|
Methods in com.atlassian.bamboo.commit that return types with arguments of type CommitFile | |
---|---|
static com.google.common.base.Function<CommitFile,CommitFile> |
CommitFunctions.cloneCommitFile()
|
static com.google.common.base.Function<CommitFile,CommitFile> |
CommitFunctions.cloneCommitFile()
|
java.util.List<CommitFile> |
CommitContext.getFiles()
|
java.util.List<CommitFile> |
CommitImpl.getFiles()
|
java.util.List<CommitFile> |
CommitContextImpl.getFiles()
|
Methods in com.atlassian.bamboo.commit with parameters of type CommitFile | |
---|---|
void |
CommitImpl.addFile(CommitFile commitFile)
|
CommitContextImpl.Builder |
CommitContextImpl.Builder.file(CommitFile file)
|
Method parameters in com.atlassian.bamboo.commit with type arguments of type CommitFile | |
---|---|
CommitContextImpl.Builder |
CommitContextImpl.Builder.files(java.lang.Iterable<CommitFile> files)
|
void |
Commit.setFiles(java.util.List<CommitFile> files)
|
void |
CommitImpl.setFiles(java.util.List<CommitFile> files)
|
Constructor parameters in com.atlassian.bamboo.commit with type arguments of type CommitFile | |
---|---|
CommitContextImpl(Author author,
java.util.List<CommitFile> files,
java.lang.String comment,
java.util.Date date,
java.lang.String changeSetId)
|
Uses of CommitFile in com.atlassian.bamboo.migration.stream |
---|
Methods in com.atlassian.bamboo.migration.stream that return CommitFile | |
---|---|
protected CommitFile |
CommitFilesMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
|
Methods in com.atlassian.bamboo.migration.stream with parameters of type CommitFile | |
---|---|
protected void |
CommitFilesMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
CommitFile file,
net.sf.hibernate.Session session,
ExportDetailsBean exportDetailsBean)
|
protected void |
CommitFilesMapper.importProperties(CommitFile object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
net.sf.hibernate.Session session)
|
Uses of CommitFile in com.atlassian.bamboo.plugins.hg |
---|
Methods in com.atlassian.bamboo.plugins.hg with parameters of type CommitFile | |
---|---|
java.lang.String |
HgWebRepositoryViewer.getWebRepositoryUrlForDiff(CommitFile file,
RepositoryData repositoryData)
Used in defaultCommitView.ftl |
java.lang.String |
HgWebRepositoryViewer.getWebRepositoryUrlForFile(CommitFile file,
RepositoryData repositoryData)
Used in defaultCommitView.ftl |
java.lang.String |
HgWebRepositoryViewer.getWebRepositoryUrlForRevision(CommitFile file,
RepositoryData repositoryData)
Used in defaultCommitView.ftl |
Uses of CommitFile in com.atlassian.bamboo.plugins.rest.model.build.change |
---|
Constructors in com.atlassian.bamboo.plugins.rest.model.build.change with parameters of type CommitFile | |
---|---|
RestChangeFile(CommitFile commitFile)
|
Uses of CommitFile in com.atlassian.bamboo.webrepository |
---|
Methods in com.atlassian.bamboo.webrepository with parameters of type CommitFile | |
---|---|
java.lang.String |
DefaultWebRepositoryViewer.getWebRepositoryUrlForDiff(CommitFile file,
RepositoryDefinition repositoryDefinition)
|
java.lang.String |
DefaultWebRepositoryViewer.getWebRepositoryUrlForFile(CommitFile file,
RepositoryDefinition repositoryDefinition)
Generate the link to a given file in a given repository |
java.lang.String |
DefaultWebRepositoryViewer.getWebRepositoryUrlForRevision(CommitFile file,
RepositoryDefinition repositoryDefinition)
|
Uses of CommitFile in com.atlassian.bamboo.webrepository.fisheye |
---|
Methods in com.atlassian.bamboo.webrepository.fisheye with parameters of type CommitFile | |
---|---|
java.lang.String |
FisheyeWebRepositoryViewer.getWebRepositoryUrlForDiff(CommitFile file,
RepositoryData repositoryData)
|
java.lang.String |
FisheyeWebRepositoryViewer.getWebRepositoryUrlForFile(CommitFile file,
RepositoryData repositoryData)
Generate the link to a given file in a given repository |
java.lang.String |
FisheyeWebRepositoryViewer.getWebRepositoryUrlForRevision(CommitFile file,
RepositoryData repositoryData)
|
Uses of CommitFile in com.atlassian.bamboo.webrepository.stash |
---|
Methods in com.atlassian.bamboo.webrepository.stash with parameters of type CommitFile | |
---|---|
java.lang.String |
StashWebRepositoryViewer.getStashUrlForFile(CommitFile file,
RepositoryData repositoryData)
Generate the link to a given file in the selected stash repository |
java.lang.String |
StashWebRepositoryViewer.getStashUrlForFileAtItsRevision(CommitFile file,
RepositoryData repositoryData)
Generate the link to a given file in the selected stash repository at the revision pointed by the commit |
java.lang.String |
StashWebRepositoryViewer.getStashUrlForFileDiff(CommitFile file,
RepositoryData repositoryData)
Generate the link to a diff between given file and its direct ancestor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |