public class

SetRestrictionRequest

extends Object
java.lang.Object
   ↳ com.atlassian.stash.repository.ref.restriction.SetRestrictionRequest

Class Overview

A request for creating or updating a RefRestriction. These requests are handled by the RefRestrictionService. The SetRestrictionRequest.Builder should be used to construct these requests.

Summary

Nested Classes
class SetRestrictionRequest.Builder  
Public Methods
@Nonnull List<String> getGroupGrants()
@Nonnull RefMatcher getMatcher()
Repository getRepository()
int getRepositoryId()
@Nonnull RefRestrictionType getType()
@Nonnull List<StashUser> getUserGrants()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

@Nonnull public List<String> getGroupGrants ()

@Nonnull public RefMatcher getMatcher ()

public Repository getRepository ()

public int getRepositoryId ()

@Nonnull public RefRestrictionType getType ()

@Nonnull public List<StashUser> getUserGrants ()