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() |
public ProgressImpl(@Nonnull String message, @Nonnegative int percentage)
@Nonnull public String getMessage()
getMessage in interface Progress@Nonnegative public int getPercentage()
getPercentage in interface Progressint between 0 and 100 (inclusive)Copyright © 2019 Atlassian. All rights reserved.