Uses of Interface
com.atlassian.bamboo.commit.CommitFile
Packages that use CommitFile
Package
Description
-
Uses of CommitFile in com.atlassian.bamboo.commit
Classes in com.atlassian.bamboo.commit that implement CommitFileFields in com.atlassian.bamboo.commit with type parameters of type CommitFileModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.ListAttribute<CommitImpl,
CommitFile> CommitImpl_.files
static javax.persistence.metamodel.SetAttribute<CommitImpl,
CommitFile> CommitImpl_.filesSet
Methods in com.atlassian.bamboo.commit that return CommitFileModifier and TypeMethodDescription@NotNull CommitFile
CommitFileImpl.cloneCommitFile()
static CommitFile
CommitFunctions.cloneCommitFile
(CommitFile commitFile) Methods in com.atlassian.bamboo.commit that return types with arguments of type CommitFileModifier and TypeMethodDescription@NotNull List<CommitFile>
CommitContext.getFiles()
@NotNull List<CommitFile>
CommitContextImpl.getFiles()
@NotNull List<CommitFile>
CommitImpl.getFiles()
Methods in com.atlassian.bamboo.commit with parameters of type CommitFileModifier and TypeMethodDescriptionvoid
CommitImpl.addFile
(CommitFile commitFile) static CommitFile
CommitFunctions.cloneCommitFile
(CommitFile commitFile) CommitContextImpl.Builder.file
(CommitFile file) Method parameters in com.atlassian.bamboo.commit with type arguments of type CommitFileModifier and TypeMethodDescriptionCommitContextImpl.Builder.files
(Iterable<CommitFile> files) void
Commit.setFiles
(List<CommitFile> files) void
CommitImpl.setFiles
(List<CommitFile> files) Constructor parameters in com.atlassian.bamboo.commit with type arguments of type CommitFileModifierConstructorDescriptionCommitContextImpl
(AuthorContext author, @NotNull List<CommitFile> files, @NotNull String comment, @NotNull Date date, String changeSetId) -
Uses of CommitFile in com.atlassian.bamboo.migration.stream
Methods in com.atlassian.bamboo.migration.stream that return CommitFileModifier and TypeMethodDescriptionprotected @NotNull CommitFile
CommitFilesMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.migration.stream with parameters of type CommitFileModifier 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
Methods in com.atlassian.bamboo.notification.rss that return types with arguments of type CommitFileModifier and TypeMethodDescription@NotNull List<CommitFile>
RssNotification.CommitWithUrl.getFiles()
-
Uses of CommitFile in com.atlassian.bamboo.plugins.bitbucket.v2.viewer
Methods in com.atlassian.bamboo.plugins.bitbucket.v2.viewer with parameters of type CommitFileModifier 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
Methods in com.atlassian.bamboo.plugins.github.viewer with parameters of type CommitFileModifier 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
Constructors in com.atlassian.bamboo.plugins.rest.model.build.change with parameters of type CommitFile -
Uses of CommitFile in com.atlassian.bamboo.plugins.stash
Methods in com.atlassian.bamboo.plugins.stash with parameters of type CommitFileModifier 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
Methods in com.atlassian.bamboo.plugins.stash.v2.viewer with parameters of type CommitFileModifier 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
Methods in com.atlassian.bamboo.vcs.viewer.fisheye with parameters of type CommitFileModifier 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
Methods in com.atlassian.bamboo.vcs.viewer.generic with parameters of type CommitFileModifier 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
Methods in com.atlassian.bamboo.vcs.viewer.legacy with parameters of type CommitFileModifier 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
Methods in com.atlassian.bamboo.vcs.viewer.runtime with parameters of type CommitFileModifier 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
Methods in com.atlassian.bamboo.webrepository with parameters of type CommitFileModifier 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
Methods in com.atlassian.bamboo.webrepository.fisheye with parameters of type CommitFileModifier 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
Methods in com.atlassian.bamboo.webrepository.stash with parameters of type CommitFileModifier 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.