public interface

Progress

com.atlassian.bitbucket.util.Progress
Known Indirect Subclasses

Class Overview

A representation of the current progress of a task

Summary

Public Methods
@Nonnull String getMessage()
int getPercentage()

Public Methods

@Nonnull public String getMessage ()

Returns
  • the message for the current progress.

public int getPercentage ()

Returns
  • the percentage complete of the associated task. Will always be an int between 0 and 100 (inclusive)