@ExperimentalSpi public class OwnershipTransferParameter extends Object implements TaskContextAware
context
to report progress to.Constructor and Description |
---|
OwnershipTransferParameter(String currentUserKey,
String transferToUserKey,
Context context) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Context |
getContext()
Context to report progress to.
|
String |
getCurrentUserKey()
User key of the current entity owner to be updated.
|
String |
getTransferToUserKey()
User key of the user that the ownership is to be transferred to.
|
int |
hashCode() |
String |
toString() |
@Nonnull public String getCurrentUserKey()
@Nonnull public String getTransferToUserKey()
@Nonnull public Context getContext()
getContext
in interface TaskContextAware
Copyright © 2002-2019 Atlassian. All Rights Reserved.