public class

ProgressImpl

extends Object
implements Progress Serializable
java.lang.Object
   ↳ com.atlassian.bitbucket.util.ProgressImpl

Class Overview

A default immutable implementation of the Progress interface.

Summary

Public Constructors
ProgressImpl(String message, int percentage)
ProgressImpl(Progress progress)
Public Methods
@Nonnull String getMessage()
@Nonnegative int getPercentage()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.bitbucket.util.Progress

Public Constructors

public ProgressImpl (String message, int percentage)

public ProgressImpl (Progress progress)

Public Methods

@Nonnull public String getMessage ()

@Nonnegative public int getPercentage ()