@Deprecated public interface

IndexedChangeset

com.atlassian.stash.idx.IndexedChangeset
Known Indirect Subclasses

This interface is deprecated.
in 3.4 for removal in 4.0. Replaced by IndexedCommit.

Class Overview

Represents a changeset that has been indexed.

Summary

Public Methods
@Nonnull Date getAuthorTimestamp()
@Nonnull String getId()
@Nonnull Set<Repository> getRepositories()

Public Methods

@Nonnull public Date getAuthorTimestamp ()

Returns
  • the changeset author timestamp

@Nonnull public String getId ()

Returns
  • the changeset id

@Nonnull public Set<Repository> getRepositories ()

Returns
  • the repositories that this changeset is part of. Can be empty, but not null