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_.filesstatic javax.persistence.metamodel.SetAttribute<CommitImpl,CommitFile> CommitImpl_.filesSetMethods in com.atlassian.bamboo.commit that return CommitFileModifier and TypeMethodDescription@NotNull CommitFileCommitFileImpl.cloneCommitFile()static CommitFileCommitFunctions.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 TypeMethodDescriptionvoidCommitImpl.addFile(CommitFile commitFile) static CommitFileCommitFunctions.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) voidCommit.setFiles(List<CommitFile> files) voidCommitImpl.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 CommitFileCommitFilesMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.migration.stream with parameters of type CommitFileModifier and TypeMethodDescriptionprotected voidCommitFilesMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull CommitFile file, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected voidCommitFilesMapper.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 StringBitbucketCloudVcsRepositoryViewer.getWebRepositoryUrlForFile(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData) @Nullable StringBitbucketCloudVcsRepositoryViewer.getWebRepositoryUrlForFileDiff(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData) @Nullable StringBitbucketCloudVcsRepositoryViewer.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 StringGitHubVcsRepositoryViewer.getWebRepositoryUrlForFile(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData) @Nullable StringGitHubVcsRepositoryViewer.getWebRepositoryUrlForFileDiff(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData) @Nullable StringGitHubVcsRepositoryViewer.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 StringStashWebRepositoryViewer.getStashUrlForFile(@NotNull CommitFile file, RepositoryData repositoryData) Generate the link to a given file in the selected stash repository@Nullable StringStashWebRepositoryViewer.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 StringStashWebRepositoryViewer.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 StringBitbucketServerVcsRepositoryViewer.getWebRepositoryUrlForFile(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData) @Nullable StringBitbucketServerVcsRepositoryViewer.getWebRepositoryUrlForFileDiff(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData) @Nullable StringBitbucketServerVcsRepositoryViewer.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 StringFishEyeRepositoryViewer.getWebRepositoryUrlForFile(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData) @Nullable StringFishEyeRepositoryViewer.getWebRepositoryUrlForFileDiff(CommitFile file, @NotNull VcsRepositoryData repositoryData) @Nullable StringFishEyeRepositoryViewer.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 StringGenericRepositoryViewer.getWebRepositoryUrlForFile(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData) @Nullable StringGenericRepositoryViewer.getWebRepositoryUrlForFileDiff(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData) @Nullable StringGenericRepositoryViewer.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 StringLegacyRepositoryViewer.getWebRepositoryUrlForFile(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData) @Nullable StringLegacyRepositoryViewer.getWebRepositoryUrlForFileDiff(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData) @Nullable StringLegacyRepositoryViewer.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 StringVcsRepositoryViewer.getWebRepositoryUrlForFile(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData) Generate the link to a given file in a given repository@Nullable StringVcsRepositoryViewer.getWebRepositoryUrlForFileDiff(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData) Generate the link to a given file, showing changes in given revision.@Nullable StringVcsRepositoryViewer.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 StringDefaultWebRepositoryViewer.getWebRepositoryUrlForDiff(CommitFile file, RepositoryData repositoryData) Deprecated.@Nullable StringDefaultWebRepositoryViewer.getWebRepositoryUrlForFile(@NotNull CommitFile file, RepositoryData repositoryData) Deprecated.Generate the link to a given file in a given repository@Nullable StringDefaultWebRepositoryViewer.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 StringFisheyeWebRepositoryViewer.getWebRepositoryUrlForDiff(CommitFile file, RepositoryData repositoryData) @Nullable StringFisheyeWebRepositoryViewer.getWebRepositoryUrlForFile(@NotNull CommitFile file, RepositoryData repositoryData) Generate the link to a given file in a given repository@Nullable StringFisheyeWebRepositoryViewer.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 StringLegacyStashWebRepositoryViewer.getStashUrlForFile(@NotNull CommitFile file, RepositoryData repositoryData) Deprecated.Generate the link to a given file in the selected stash repository@Nullable StringLegacyStashWebRepositoryViewer.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 StringLegacyStashWebRepositoryViewer.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.