Uses of Interface
com.atlassian.bamboo.commit.CommitFile
-
-
Uses of CommitFile in com.atlassian.bamboo.commit
Classes in com.atlassian.bamboo.commit that implement CommitFile Modifier and Type Class Description classCommitFileImplFields in com.atlassian.bamboo.commit with type parameters of type CommitFile Modifier and Type Field Description static javax.persistence.metamodel.ListAttribute<CommitImpl,CommitFile>CommitImpl_. filesstatic javax.persistence.metamodel.SetAttribute<CommitImpl,CommitFile>CommitImpl_. filesSetMethods in com.atlassian.bamboo.commit that return CommitFile Modifier and Type Method Description @NotNull CommitFileCommitFileImpl. cloneCommitFile()static CommitFileCommitFunctions. cloneCommitFile(CommitFile commitFile)Methods in com.atlassian.bamboo.commit that return types with arguments of type CommitFile Modifier and Type Method Description @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 CommitFile Modifier and Type Method Description voidCommitImpl. addFile(CommitFile commitFile)static CommitFileCommitFunctions. cloneCommitFile(CommitFile commitFile)CommitContextImpl.BuilderCommitContextImpl.Builder. file(CommitFile file)Method parameters in com.atlassian.bamboo.commit with type arguments of type CommitFile Modifier and Type Method Description CommitContextImpl.BuilderCommitContextImpl.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 CommitFile Constructor Description CommitContextImpl(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 CommitFile Modifier and Type Method Description protected @NotNull CommitFileCommitFilesMapper. createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)Methods in com.atlassian.bamboo.migration.stream with parameters of type CommitFile Modifier and Type Method Description protected 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 CommitFile Modifier and Type Method Description @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 CommitFile Modifier and Type Method Description @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 CommitFile Modifier and Type Method Description @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 Constructor Description RestChangeFile(CommitFile commitFile) -
Uses of CommitFile in com.atlassian.bamboo.plugins.stash
Methods in com.atlassian.bamboo.plugins.stash with parameters of type CommitFile Modifier and Type Method Description @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 CommitFile Modifier and Type Method Description @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 CommitFile Modifier and Type Method Description @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 CommitFile Modifier and Type Method Description @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 CommitFile Modifier and Type Method Description @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 CommitFile Modifier and Type Method Description @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 CommitFile Modifier and Type Method Description @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 CommitFile Modifier and Type Method Description @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 CommitFile Modifier and Type Method Description @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 ancestorStringLegacyStashWebRepositoryViewer. getWebRepositoryUrlForDiff(@NotNull CommitFile file, RepositoryData repositoryData)Deprecated.StringLegacyStashWebRepositoryViewer. getWebRepositoryUrlForFile(@NotNull CommitFile file, RepositoryData repositoryData)Deprecated.StringLegacyStashWebRepositoryViewer. getWebRepositoryUrlForRevision(@NotNull CommitFile file, RepositoryData repositoryData)Deprecated.
-