Uses of Interface
com.atlassian.bamboo.resultsummary.vcs.RepositoryChangeset
-
-
Uses of RepositoryChangeset in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build that return types with arguments of type RepositoryChangeset Modifier and Type Method Description com.google.common.collect.ImmutableList<RepositoryChangeset>
PlanResultsAction. getRepositoryChangesetsWithNotBlankRevision(@NotNull ResultsSummary resultsSummary)
Methods in com.atlassian.bamboo.build with parameters of type RepositoryChangeset Modifier and Type Method Description VcsRepositoryData
PlanResultsAction. getRepositoryData(@NotNull RepositoryChangeset repositoryChangeset)
@NotNull Map<String,String>
PlanResultsAction. getUrlsForChangeset(@NotNull RepositoryChangeset repositoryChangeset)
-
Uses of RepositoryChangeset in com.atlassian.bamboo.build.status
Method parameters in com.atlassian.bamboo.build.status with type arguments of type RepositoryChangeset Modifier and Type Method Description protected static @NotNull List<String>
AbstractBuildStatusUpdater. getRelevantChangesetIds(@NotNull ImmutableResultsSummary resultsSummary, @NotNull Predicate<RepositoryChangeset> isRelevantPredicate)
-
Uses of RepositoryChangeset in com.atlassian.bamboo.commit
Methods in com.atlassian.bamboo.commit that return RepositoryChangeset Modifier and Type Method Description @Nullable RepositoryChangeset
Commit. getRepositoryChangeset()
@Nullable RepositoryChangeset
CommitImpl. getRepositoryChangeset()
Methods in com.atlassian.bamboo.commit with parameters of type RepositoryChangeset Modifier and Type Method Description void
Commit. setRepositoryChangeset(RepositoryChangeset repositoryChangeset)
void
CommitImpl. setRepositoryChangeset(@Nullable RepositoryChangeset repositoryChangeset)
-
Uses of RepositoryChangeset in com.atlassian.bamboo.deployments.versions.persistence.commits
Constructors in com.atlassian.bamboo.deployments.versions.persistence.commits with parameters of type RepositoryChangeset Constructor Description MutableDeploymentVersionVcsChangesetImpl(MutableDeploymentVersion deploymentVersion, RepositoryChangeset repositoryChangeset)
-
Uses of RepositoryChangeset in com.atlassian.bamboo.migration.stream
Methods in com.atlassian.bamboo.migration.stream that return RepositoryChangeset Modifier and Type Method Description protected @NotNull RepositoryChangeset
RepositoryChangesetMapper. createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
Methods in com.atlassian.bamboo.migration.stream with parameters of type RepositoryChangeset Modifier and Type Method Description void
RepositoryChangesetMapper. afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<RepositoryChangeset> repositoryChangesets, @NotNull RepositoryChangeset object, long objectIndex, @NotNull org.hibernate.Session session)
protected void
RepositoryChangesetMapper. exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull RepositoryChangeset changeset, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean)
protected void
RepositoryChangesetMapper. importProperties(@NotNull RepositoryChangeset changeset, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session)
Method parameters in com.atlassian.bamboo.migration.stream with type arguments of type RepositoryChangeset Modifier and Type Method Description void
RepositoryChangesetMapper. afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<RepositoryChangeset> repositoryChangesets, @NotNull RepositoryChangeset object, long objectIndex, @NotNull org.hibernate.Session session)
-
Uses of RepositoryChangeset in com.atlassian.bamboo.notification
Methods in com.atlassian.bamboo.notification with parameters of type RepositoryChangeset Modifier and Type Method Description RepositoryData
AbstractNotification. getRepositoryData(@Nullable RepositoryChangeset repositoryChangeset)
Deprecated.since 6.4 old repository interface -
Uses of RepositoryChangeset in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache that return types with arguments of type RepositoryChangeset Modifier and Type Method Description @NotNull List<RepositoryChangeset>
ImmutableResultsSummaryImpl. getRepositoryChangesets()
-
Uses of RepositoryChangeset in com.atlassian.bamboo.plugins.rest.model.build.change
Constructors in com.atlassian.bamboo.plugins.rest.model.build.change with parameters of type RepositoryChangeset Constructor Description VcsRevision(RepositoryChangeset repositoryChangeset)
-
Uses of RepositoryChangeset in com.atlassian.bamboo.plugins.rest.model.queue
Methods in com.atlassian.bamboo.plugins.rest.model.queue that return types with arguments of type RepositoryChangeset Modifier and Type Method Description List<? extends RepositoryChangeset>
RestQueuedBuild. getChangesets()
Constructor parameters in com.atlassian.bamboo.plugins.rest.model.queue with type arguments of type RepositoryChangeset Constructor Description RestQueuedBuild(@NotNull ChainExecution chainExecution, @NotNull List<? extends RepositoryChangeset> changesets, @NotNull javax.ws.rs.core.UriInfo uriInfo)
RestQueuedBuild(@NotNull PlanResultKey planResultKey, @Nullable TriggerReason triggerReason, @NotNull List<? extends RepositoryChangeset> changesets, @Nullable javax.ws.rs.core.UriInfo uriInfo)
RestQueuedBuild(@NotNull BuildContext buildContext, @NotNull List<? extends RepositoryChangeset> changesets, @NotNull javax.ws.rs.core.UriInfo uriInfo)
-
Uses of RepositoryChangeset in com.atlassian.bamboo.plugins.stash
Methods in com.atlassian.bamboo.plugins.stash with parameters of type RepositoryChangeset Modifier and Type Method Description String
StashWebRepositoryViewer. getHtmlForCommitsFull(@NotNull ResultsSummary resultsSummary, @NotNull RepositoryChangeset repositoryChangeset, @NotNull RepositoryData repositoryData)
String
StashWebRepositoryViewer. getHtmlForCommitsSummary(@NotNull ResultsSummary resultsSummary, @NotNull RepositoryChangeset repositoryChangeset, @NotNull RepositoryData repositoryData, int maxChanges)
-
Uses of RepositoryChangeset in com.atlassian.bamboo.resultsummary
Fields in com.atlassian.bamboo.resultsummary with type parameters of type RepositoryChangeset Modifier and Type Field Description static javax.persistence.metamodel.ListAttribute<AbstractResultsSummary,RepositoryChangeset>
AbstractResultsSummary_. repositoryChangesets
Methods in com.atlassian.bamboo.resultsummary that return types with arguments of type RepositoryChangeset Modifier and Type Method Description @NotNull List<RepositoryChangeset>
AbstractResultsSummary. getRepositoryChangesets()
@NotNull List<RepositoryChangeset>
BuildResultsSummaryImpl. getRepositoryChangesets()
@NotNull List<RepositoryChangeset>
ImmutableResultsSummary. getRepositoryChangesets()
-
Uses of RepositoryChangeset in com.atlassian.bamboo.resultsummary.vcs
Classes in com.atlassian.bamboo.resultsummary.vcs that implement RepositoryChangeset Modifier and Type Class Description class
RepositoryChangesetImpl
Methods in com.atlassian.bamboo.resultsummary.vcs that return RepositoryChangeset Modifier and Type Method Description @Nullable RepositoryChangeset
RepositoryChangesetDao. findById(long id)
@Nullable RepositoryChangeset
RepositoryChangesetHibernateDao. findById(long id)
@Nullable RepositoryChangeset
RepositoryChangesetManager. getRepositoryChangeset(long id)
RepositoryChangeset
RepositoryChangesetManagerImpl. getRepositoryChangeset(long id)
Methods in com.atlassian.bamboo.resultsummary.vcs that return types with arguments of type RepositoryChangeset Modifier and Type Method Description static Predicate<RepositoryChangeset>
RepositoryChangesetFunctions. equalPluginKey(@NotNull String pluginKey)
List<RepositoryChangeset>
RepositoryChangesetDao. getChangesetsForBuildNumberRange(@NotNull PlanKey planKey, int firstBuildNumber, int lastBuildNumber)
Finds and returns all repository change sets related with build results from specified range.List<RepositoryChangeset>
RepositoryChangesetHibernateDao. getChangesetsForBuildNumberRange(@NotNull PlanKey planKey, int firstBuildNumber, int lastBuildNumber)
static com.google.common.base.Function<RepositoryChangeset,Long>
RepositoryChangesetFunctions. getSkippedCommitsCount()
Method parameters in com.atlassian.bamboo.resultsummary.vcs with type arguments of type RepositoryChangeset Modifier and Type Method Description long
RepositoryChangesetDao. scrollChangesetsForExport(Consumer<RepositoryChangeset> consumer)
Deprecated.since 3.3 only used by export/importlong
RepositoryChangesetHibernateDao. scrollChangesetsForExport(Consumer<RepositoryChangeset> consumer)
-
Uses of RepositoryChangeset in com.atlassian.bamboo.testutils.resultsummary.vcs
Methods in com.atlassian.bamboo.testutils.resultsummary.vcs that return RepositoryChangeset Modifier and Type Method Description static RepositoryChangeset
RepositoryChangesetMocks. mockRepositoryChangeset(RepositoryData mockRepositoryDefinition)
static RepositoryChangeset
RepositoryChangesetMocks. mockRepositoryChangeset(VcsRepositoryData mockRepositoryDefinition)
-
Uses of RepositoryChangeset in com.atlassian.bamboo.webrepository
Methods in com.atlassian.bamboo.webrepository with parameters of type RepositoryChangeset Modifier and Type Method Description String
DefaultWebRepositoryViewer. getHtmlForCommitsFull(@NotNull ResultsSummary resultsSummary, @NotNull RepositoryChangeset repositoryChangeset, @NotNull RepositoryData repositoryData)
Deprecated.String
NoWebRepositoryViewer. getHtmlForCommitsFull(@NotNull ResultsSummary resultsSummary, @NotNull RepositoryChangeset repositoryChangeset, @NotNull RepositoryData repositoryDefinition)
String
WebRepositoryViewer. getHtmlForCommitsFull(@NotNull ResultsSummary resultsSummary, @NotNull RepositoryChangeset repositoryChangeset, @NotNull RepositoryData repositoryData)
Deprecated.Renders the html to display the full commits on the changes tab.String
DefaultWebRepositoryViewer. getHtmlForCommitsSummary(@NotNull ResultsSummary resultsSummary, @NotNull RepositoryChangeset repositoryChangeset, @NotNull RepositoryData repositoryData, int maxChanges)
Deprecated.String
NoWebRepositoryViewer. getHtmlForCommitsSummary(@NotNull ResultsSummary resultsSummary, @NotNull RepositoryChangeset repositoryChangeset, @NotNull RepositoryData repositoryData, int maxChanges)
String
WebRepositoryViewer. getHtmlForCommitsSummary(@NotNull ResultsSummary resultsSummary, @NotNull RepositoryChangeset repositoryChangeset, @NotNull RepositoryData repositoryData, int maxChanges)
Deprecated.Renders the html to display a summary of the commits on the Build Results Summary tab. -
Uses of RepositoryChangeset in com.atlassian.bamboo.webrepository.fisheye
Methods in com.atlassian.bamboo.webrepository.fisheye with parameters of type RepositoryChangeset Modifier and Type Method Description String
FisheyeWebRepositoryViewer. getHtmlForCommitsFull(@NotNull ResultsSummary resultsSummary, @NotNull RepositoryChangeset repositoryChangeset, @NotNull RepositoryData repositoryData)
String
FisheyeWebRepositoryViewer. getHtmlForCommitsSummary(@NotNull ResultsSummary resultsSummary, @NotNull RepositoryChangeset repositoryChangeset, @NotNull RepositoryData repositoryData, int maxChanges)
-
Uses of RepositoryChangeset in com.atlassian.bamboo.webrepository.stash
Methods in com.atlassian.bamboo.webrepository.stash with parameters of type RepositoryChangeset Modifier and Type Method Description String
LegacyStashWebRepositoryViewer. getHtmlForCommitsFull(@NotNull ResultsSummary resultsSummary, @NotNull RepositoryChangeset repositoryChangeset, @NotNull RepositoryData repositoryData)
Deprecated.String
LegacyStashWebRepositoryViewer. getHtmlForCommitsSummary(@NotNull ResultsSummary resultsSummary, @NotNull RepositoryChangeset repositoryChangeset, @NotNull RepositoryData repositoryData, int maxChanges)
Deprecated.
-