public static interface

NavBuilder.Tmp

implements NavBuilder.Builder<B extends Builder>
com.atlassian.stash.nav.NavBuilder.Tmp

Class Overview

Group builder for endpoints under /tmp, which are intended to provide access to temporary data stored by the system to facilitate user actions.

Summary

Public Methods
Builder<?> avatar(String id)
Builds URLs for accessing temporary avatars which have been uploaded.
[Expand]
Inherited Methods
From interface com.atlassian.stash.nav.NavBuilder.Builder

Public Methods

public Builder<?> avatar (String id)

Builds URLs for accessing temporary avatars which have been uploaded. When a temporary avatar is uploaded, a unique ID is generated and returned. That ID is a required parameter here.

Parameters
id the ID assigned when the temporary avatar was uploaded
Returns
  • a builder to construct URLs for accessing the specified temporary avatar