public class RepositoryCloneLinksRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RepositoryCloneLinksRequest.Builder
Builds
RepositoryCloneLinksRequest |
Modifier and Type | Method and Description |
---|---|
String |
getProtocolName() |
Repository |
getRepository() |
ApplicationUser |
getUser() |
boolean |
isUseCurrentUser() |
@Nonnull public Repository getRepository()
@Nullable public String getProtocolName()
@Nullable public ApplicationUser getUser()
user for the current request
is to be usedpublic boolean isUseCurrentUser()
RepositoryCloneLinksRequest.Builder.user(ApplicationUser)
was called then the currently authenticated user will not be usedCopyright © 2022 Atlassian. All rights reserved.