JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
com.atlassian.bamboo.plugins.rest.model.build.RestProgress
Packages that use
RestProgress
Package
Description
com.atlassian.bamboo.plugins.rest.model.build
com.atlassian.bamboo.plugins.rest.model.build.status
Uses of
RestProgress
in
com.atlassian.bamboo.plugins.rest.model.build
Fields in
com.atlassian.bamboo.plugins.rest.model.build
declared as
RestProgress
Modifier and Type
Field
Description
protected
RestProgress
ResultDetails.
progress
Methods in
com.atlassian.bamboo.plugins.rest.model.build
with parameters of type
RestProgress
Modifier and Type
Method
Description
void
ResultDetails.
setProgress
(
RestProgress
progress)
Uses of
RestProgress
in
com.atlassian.bamboo.plugins.rest.model.build.status
Fields in
com.atlassian.bamboo.plugins.rest.model.build.status
declared as
RestProgress
Modifier and Type
Field
Description
protected
RestProgress
RestResultStatus.
progress
Methods in
com.atlassian.bamboo.plugins.rest.model.build.status
that return
RestProgress
Modifier and Type
Method
Description
RestProgress
RestResultStatus.
getProgress
()
Methods in
com.atlassian.bamboo.plugins.rest.model.build.status
with parameters of type
RestProgress
Modifier and Type
Method
Description
void
RestResultStatus.
setProgress
(
RestProgress
progress)