public static class

SetRestrictionRequest.Builder

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

Summary

[Expand]
Inherited Fields
From class com.atlassian.stash.util.BuilderSupport
Public Constructors
SetRestrictionRequest.Builder(Repository repository, RefMatcher matcher, RefRestrictionType type)
Public Methods
@Nonnull SetRestrictionRequest build()
@Nonnull SetRestrictionRequest.Builder grantGroups(Iterable<String> value)
@Nonnull SetRestrictionRequest.Builder grantUsers(Iterable<StashUser> value)
[Expand]
Inherited Methods
From class com.atlassian.stash.util.BuilderSupport
From class java.lang.Object

Public Constructors

public SetRestrictionRequest.Builder (Repository repository, RefMatcher matcher, RefRestrictionType type)

Public Methods

@Nonnull public SetRestrictionRequest build ()

@Nonnull public SetRestrictionRequest.Builder grantGroups (Iterable<String> value)

@Nonnull public SetRestrictionRequest.Builder grantUsers (Iterable<StashUser> value)