java.lang.Object |
↳ |
com.atlassian.bitbucket.repository.RepositoryCloneLinksRequest |
Class Overview
A request to generate a repository's clone URLs
Summary
Nested Classes |
class |
RepositoryCloneLinksRequest.Builder |
Builds RepositoryCloneLinksRequest
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Methods
@Nullable
public
String
getProtocolName
()
Returns
- the optional protocol that the resulting links should match
@Nonnull
public
Repository
getRepository
()
Returns
- the repository that the resulting links should be for
public
boolean
isUseCurrentUser
()
Returns
- true if the currently authenticated user is to be used, false otherwise. When building this object if
user(ApplicationUser)
was called then the currently authenticated user will not be used