Uses of Interface
com.atlassian.bamboo.commit.CommitFile
Package
Description
-
Uses of CommitFile in com.atlassian.bamboo.commit
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.ListAttribute<CommitImpl,
CommitFile> CommitImpl_.files
static javax.persistence.metamodel.SetAttribute<CommitImpl,
CommitFile> CommitImpl_.filesSet
Modifier and TypeMethodDescription@NotNull CommitFile
CommitFileImpl.cloneCommitFile()
static CommitFile
CommitFunctions.cloneCommitFile
(CommitFile commitFile) Modifier and TypeMethodDescription@NotNull List<CommitFile>
CommitContext.getFiles()
@NotNull List<CommitFile>
CommitContextImpl.getFiles()
@NotNull List<CommitFile>
CommitImpl.getFiles()
Modifier and TypeMethodDescriptionvoid
CommitImpl.addFile
(CommitFile commitFile) static CommitFile
CommitFunctions.cloneCommitFile
(CommitFile commitFile) CommitContextImpl.Builder.file
(CommitFile file) Modifier and TypeMethodDescriptionCommitContextImpl.Builder.files
(Iterable<CommitFile> files) void
Commit.setFiles
(List<CommitFile> files) void
CommitImpl.setFiles
(List<CommitFile> files) ModifierConstructorDescriptionCommitContextImpl
(AuthorContext author, @NotNull List<CommitFile> files, @NotNull String comment, @NotNull Date date, String changeSetId) -
Uses of CommitFile in com.atlassian.bamboo.migration.stream
Modifier and TypeMethodDescriptionprotected @NotNull CommitFile
CommitFilesMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Modifier and TypeMethodDescriptionprotected void
CommitFilesMapper.exportProperties
(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull CommitFile file, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected void
CommitFilesMapper.importProperties
(@NotNull CommitFile object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) -
Uses of CommitFile in com.atlassian.bamboo.notification.rss
Modifier and TypeMethodDescription@NotNull List<CommitFile>
RssNotification.CommitWithUrl.getFiles()
-
Uses of CommitFile in com.atlassian.bamboo.plugins.bitbucket.v2.viewer
Modifier and TypeMethodDescription@Nullable String
BitbucketCloudVcsRepositoryViewer.getWebRepositoryUrlForFile
(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData) @Nullable String
BitbucketCloudVcsRepositoryViewer.getWebRepositoryUrlForFileDiff
(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData) @Nullable String
BitbucketCloudVcsRepositoryViewer.getWebRepositoryUrlForFileRevision
(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData) -
Uses of CommitFile in com.atlassian.bamboo.plugins.github.viewer
Modifier and TypeMethodDescription@Nullable String
GitHubVcsRepositoryViewer.getWebRepositoryUrlForFile
(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData) @Nullable String
GitHubVcsRepositoryViewer.getWebRepositoryUrlForFileDiff
(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData) @Nullable String
GitHubVcsRepositoryViewer.getWebRepositoryUrlForFileRevision
(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData) -
Uses of CommitFile in com.atlassian.bamboo.plugins.rest.model.build.change
-
Uses of CommitFile in com.atlassian.bamboo.plugins.stash
Modifier and TypeMethodDescription@Nullable String
StashWebRepositoryViewer.getStashUrlForFile
(@NotNull CommitFile file, RepositoryData repositoryData) Generate the link to a given file in the selected stash repository@Nullable String
StashWebRepositoryViewer.getStashUrlForFileAtItsRevision
(@NotNull CommitFile file, RepositoryData repositoryData) Generate the link to a given file in the selected stash repository at the revision pointed by the commit@Nullable String
StashWebRepositoryViewer.getStashUrlForFileDiff
(@NotNull CommitFile file, RepositoryData repositoryData) Generate the link to a diff between given file and its direct ancestor -
Uses of CommitFile in com.atlassian.bamboo.plugins.stash.v2.viewer
Modifier and TypeMethodDescription@Nullable String
BitbucketServerVcsRepositoryViewer.getWebRepositoryUrlForFile
(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData) @Nullable String
BitbucketServerVcsRepositoryViewer.getWebRepositoryUrlForFileDiff
(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData) @Nullable String
BitbucketServerVcsRepositoryViewer.getWebRepositoryUrlForFileRevision
(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData) -
Uses of CommitFile in com.atlassian.bamboo.vcs.viewer.fisheye
Modifier and TypeMethodDescription@Nullable String
FishEyeRepositoryViewer.getWebRepositoryUrlForFile
(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData) @Nullable String
FishEyeRepositoryViewer.getWebRepositoryUrlForFileDiff
(CommitFile file, @NotNull VcsRepositoryData repositoryData) @Nullable String
FishEyeRepositoryViewer.getWebRepositoryUrlForFileRevision
(CommitFile file, @NotNull VcsRepositoryData repositoryData) -
Uses of CommitFile in com.atlassian.bamboo.vcs.viewer.generic
Modifier and TypeMethodDescription@Nullable String
GenericRepositoryViewer.getWebRepositoryUrlForFile
(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData) @Nullable String
GenericRepositoryViewer.getWebRepositoryUrlForFileDiff
(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData) @Nullable String
GenericRepositoryViewer.getWebRepositoryUrlForFileRevision
(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData) -
Uses of CommitFile in com.atlassian.bamboo.vcs.viewer.legacy
Modifier and TypeMethodDescription@Nullable String
LegacyRepositoryViewer.getWebRepositoryUrlForFile
(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData) @Nullable String
LegacyRepositoryViewer.getWebRepositoryUrlForFileDiff
(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData) @Nullable String
LegacyRepositoryViewer.getWebRepositoryUrlForFileRevision
(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData) -
Uses of CommitFile in com.atlassian.bamboo.vcs.viewer.runtime
Modifier and TypeMethodDescription@Nullable String
VcsRepositoryViewer.getWebRepositoryUrlForFile
(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData) Generate the link to a given file in a given repository@Nullable String
VcsRepositoryViewer.getWebRepositoryUrlForFileDiff
(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData) Generate the link to a given file, showing changes in given revision.@Nullable String
VcsRepositoryViewer.getWebRepositoryUrlForFileRevision
(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData) Generate the link to a given file in a given repository at given revision, -
Uses of CommitFile in com.atlassian.bamboo.webrepository
Modifier and TypeMethodDescription@Nullable String
DefaultWebRepositoryViewer.getWebRepositoryUrlForDiff
(CommitFile file, RepositoryData repositoryData) Deprecated.@Nullable String
DefaultWebRepositoryViewer.getWebRepositoryUrlForFile
(@NotNull CommitFile file, RepositoryData repositoryData) Deprecated.Generate the link to a given file in a given repository@Nullable String
DefaultWebRepositoryViewer.getWebRepositoryUrlForRevision
(CommitFile file, RepositoryData repositoryData) Deprecated. -
Uses of CommitFile in com.atlassian.bamboo.webrepository.fisheye
Modifier and TypeMethodDescription@Nullable String
FisheyeWebRepositoryViewer.getWebRepositoryUrlForDiff
(CommitFile file, RepositoryData repositoryData) @Nullable String
FisheyeWebRepositoryViewer.getWebRepositoryUrlForFile
(@NotNull CommitFile file, RepositoryData repositoryData) Generate the link to a given file in a given repository@Nullable String
FisheyeWebRepositoryViewer.getWebRepositoryUrlForRevision
(CommitFile file, RepositoryData repositoryData) -
Uses of CommitFile in com.atlassian.bamboo.webrepository.stash
Modifier and TypeMethodDescription@Nullable String
LegacyStashWebRepositoryViewer.getStashUrlForFile
(@NotNull CommitFile file, RepositoryData repositoryData) Deprecated.Generate the link to a given file in the selected stash repository@Nullable String
LegacyStashWebRepositoryViewer.getStashUrlForFileAtItsRevision
(@NotNull CommitFile file, RepositoryData repositoryData) Deprecated.Generate the link to a given file in the selected stash repository at the revision pointed by the commit@Nullable String
LegacyStashWebRepositoryViewer.getStashUrlForFileDiff
(@NotNull CommitFile file, RepositoryData repositoryData) Deprecated.Generate the link to a diff between given file and its direct ancestorLegacyStashWebRepositoryViewer.getWebRepositoryUrlForDiff
(@NotNull CommitFile file, RepositoryData repositoryData) Deprecated.LegacyStashWebRepositoryViewer.getWebRepositoryUrlForFile
(@NotNull CommitFile file, RepositoryData repositoryData) Deprecated.LegacyStashWebRepositoryViewer.getWebRepositoryUrlForRevision
(@NotNull CommitFile file, RepositoryData repositoryData) Deprecated.