public class

RepositoryRescopeCommandParameters

extends AbstractCommandParameters
java.lang.Object
   ↳ com.atlassian.stash.util.BuilderSupport
     ↳ com.atlassian.stash.scm.AbstractCommandParameters
       ↳ com.atlassian.stash.scm.pull.RepositoryRescopeCommandParameters

Summary

Nested Classes
class RepositoryRescopeCommandParameters.Builder  
[Expand]
Inherited Fields
From class com.atlassian.stash.util.BuilderSupport
Public Methods
@Nonnull Iterable<RefChange> getRefChanges()
@Nonnull Repository getRepository()
@Nonnull RepositoryRescopeContext getRescopeContext()
[Expand]
Inherited Methods
From class com.atlassian.stash.util.BuilderSupport
From class java.lang.Object

Public Methods

@Nonnull public Iterable<RefChange> getRefChanges ()

@Nonnull public Repository getRepository ()

@Nonnull public RepositoryRescopeContext getRescopeContext ()