public class ProgressImpl extends Object implements Progress, Serializable
Progress
interface.Constructor and Description |
---|
ProgressImpl(Progress progress) |
ProgressImpl(String message,
int percentage) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
int |
getPercentage() |
String |
toString() |
public ProgressImpl(@Nonnull String message, @Nonnegative int percentage)
@Nonnull public String getMessage()
getMessage
in interface Progress
@Nonnegative public int getPercentage()
getPercentage
in interface Progress
int
between 0 and 100 (inclusive)Copyright © 2022 Atlassian. All rights reserved.