@ExperimentalSpi public class UserPropertyChangeParameter extends Object implements TaskContextAware
context
to report progress to.Constructor and Description |
---|
UserPropertyChangeParameter(String original,
String target,
Context context) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Context |
getContext()
Context to report progress to.
|
String |
getOriginal()
Original value of the parameter, e.g.
|
String |
getTarget()
Target parameter value, e.g.
|
int |
hashCode() |
String |
toString() |
@Nonnull public String getOriginal()
@Nonnull public String getTarget()
@Nonnull public Context getContext()
getContext
in interface TaskContextAware
Copyright © 2002-2019 Atlassian. All Rights Reserved.