Package com.atlassian.bitbucket.scm
Class ScmUrlRequest
java.lang.Object
com.atlassian.bitbucket.scm.ScmUrlRequest
Describes a
repository
and base URL
to use when
formatting a URL
. A context user
may also be provided.-
Method Details
-
getBaseUrl
-
getRepository
@Nonnull public com.atlassian.bitbucket.repository.Repository getRepository() -
getUser
@Nullable public com.atlassian.bitbucket.user.ApplicationUser getUser() -
hasUser
public boolean hasUser()
-