Cookie Notice

Use Tree Navigation
@JsonSurrogate public class

RestProgress

extends RestMapEntity
java.lang.Object
   ↳ java.util.AbstractMap<K, V>
     ↳ java.util.HashMap<K, V>
       ↳ java.util.LinkedHashMap<K, V>
         ↳ com.atlassian.bitbucket.rest.RestMapEntity
           ↳ com.atlassian.bitbucket.rest.util.RestProgress

Class Overview

Represents progress of a running task as a percentage integer between 0 and 100 and an optional string message.

Summary

Constants
String MESSAGE
String PERCENTAGE
Fields
public static final RestProgress RESPONSE_EXAMPLE
Public Constructors
RestProgress(Progress progress)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.rest.RestMapEntity
From class java.util.LinkedHashMap
From class java.util.HashMap
From class java.util.AbstractMap
From class java.lang.Object
From interface java.util.Map

Constants

public static final String MESSAGE

Constant Value: "message"

public static final String PERCENTAGE

Constant Value: "percentage"

Fields

public static final RestProgress RESPONSE_EXAMPLE

Public Constructors

public RestProgress (Progress progress)

Feedback?
View cookie preferences