public static interface

NavBuilder.Changeset

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

Class Overview

The builder of urls of the form /projects/PROJ/repos/REPO/commits/ID#path

Summary

Public Methods
NavBuilder.Changeset change(Path path)
The builder of 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)

The builder of urls of the form /projects/PROJ/repos/REPO/commits/ID#path

public Builder<?> comment (long commentId)

public PagedBuilder<?> unwatch ()