@PublicApi @Deprecated public interface CustomerTransition
This configuration is normally extracted from the issue workflow and might or might not be executable by the actual customer (pending permissions, etc).
Modifier and Type | Method and Description |
---|---|
String |
getOriginalTransitionName()
Deprecated.
Title of the underlying transition
|
com.atlassian.fugue.Option<String> |
getOverrideTransitionName()
Deprecated.
As of JSD 3.15, and will be replaced in 4.0 to use java.util.Optional instead of com.atlassian.fugue
|
com.atlassian.fugue.Option<String> |
getOverrideTransitionSubmitName()
Deprecated.
As of JSD 3.15, and will be replaced in 4.0 to use java.util.Optional instead of com.atlassian.fugue
|
com.atlassian.fugue.Option<String> |
getResolutionId()
Deprecated.
As of JSD 3.15, and will be replaced in 4.0 to use java.util.Optional instead of com.atlassian.fugue
|
Integer |
getTransitionId()
Deprecated.
Id of the underlying transition
|
String |
getTransitionName()
Deprecated.
Transition title to be displayed to the customer.
|
String |
getTransitionSubmitName()
Deprecated.
Submit name to be displayed to the customer.
|
Integer getTransitionId()
@Deprecated com.atlassian.fugue.Option<String> getResolutionId()
String getOriginalTransitionName()
@Deprecated com.atlassian.fugue.Option<String> getOverrideTransitionName()
String getTransitionName()
This method returns the override title, and if not set, the original title.
@Deprecated com.atlassian.fugue.Option<String> getOverrideTransitionSubmitName()
String getTransitionSubmitName()
This method returns the override submit name, and if not set, the original title.
Copyright © 2020 Atlassian. All rights reserved.