Bitbucket Server Documentation
Bitbucket Server - REST Model
Package Index
|
Class Index
com.atlassian.bitbucket.rest
com.atlassian.bitbucket.rest.activity
com.atlassian.bitbucket.rest.auth
com.atlassian.bitbucket.rest.avatar
com.atlassian.bitbucket.rest.cluster
com.atlassian.bitbucket.rest.comment
com.atlassian.bitbucket.rest.commit
com.atlassian.bitbucket.rest.content
com.atlassian.bitbucket.rest.dashboard
com.atlassian.bitbucket.rest.hook.repository
com.atlassian.bitbucket.rest.job
com.atlassian.bitbucket.rest.label
com.atlassian.bitbucket.rest.license
com.atlassian.bitbucket.rest.log
com.atlassian.bitbucket.rest.mail
com.atlassian.bitbucket.rest.markup
com.atlassian.bitbucket.rest.migration
com.atlassian.bitbucket.rest.permission
com.atlassian.bitbucket.rest.project
com.atlassian.bitbucket.rest.property
com.atlassian.bitbucket.rest.pull
com.atlassian.bitbucket.rest.repository
com.atlassian.bitbucket.rest.scm
com.atlassian.bitbucket.rest.scope
com.atlassian.bitbucket.rest.server
com.atlassian.bitbucket.rest.task
com.atlassian.bitbucket.rest.user
com.atlassian.bitbucket.rest.util
com.atlassian.bitbucket.rest.validation
com.atlassian.bitbucket.rest.webhook
com.atlassian.bitbucket.rest.webhook.history
Classes
RestDocUtils
RestJsonable
RestJsonable.RestJsonSerializer
RestNamedLink
RestPage
<T>
RestPermissionUtils
RestProgress
RestRelatedLinks
RestRelatedLinks.Builder
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public static class
RestRelatedLinks.Builder
extends
Object
java.lang.Object
↳
com.atlassian.bitbucket.rest.util.RestRelatedLinks.Builder
Summary
Public Constructors
Builder
()
Public Methods
RestRelatedLinks.Builder
addRelatedLink
(
String
relationship,
RestNamedLink
link)
RestRelatedLinks.Builder
addRelatedLinks
(
String
relationship,
Collection
<
RestNamedLink
> links)
RestRelatedLinks
build
()
[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 Constructors
public
Builder
()
Public Methods
public
RestRelatedLinks.Builder
addRelatedLink
(
String
relationship,
RestNamedLink
link)
public
RestRelatedLinks.Builder
addRelatedLinks
(
String
relationship,
Collection
<
RestNamedLink
> links)
public
RestRelatedLinks
build
()