@Deprecated public static interface

NavBuilder.Changeset

implements NavBuilder.PathBuilder<B extends PathBuilder>
com.atlassian.stash.nav.NavBuilder.Changeset

This interface is deprecated.
in 3.8 for removal in 5.0. All things "changeset" are being renamed to "commit", the more common term for the data they represent. Due to the significant number of touchpoints, the deprecated classes and interfaces will be left in for an entire major release cycle, rather than being removed in 4.0. Use NavBuilder.Commit instead.

Class Overview

Builds URLs of the form /projects/PROJ/repos/REPO/commits/ID

Summary

Public Methods
NavBuilder.Changeset change(Path path)
Builds URLs of the form /projects/PROJ/repos/REPO/commits/ID#path
Builder<?> comment(long commentId)
PagedBuilder<?> unwatch()
[Expand]
Inherited Methods
From interface com.atlassian.stash.nav.NavBuilder.Builder
From interface com.atlassian.stash.nav.NavBuilder.PathBuilder

Public Methods

public NavBuilder.Changeset change (Path path)

Builds URLs of the form /projects/PROJ/repos/REPO/commits/ID#path

public Builder<?> comment (long commentId)

public PagedBuilder<?> unwatch ()