@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:43.813+01:00[Europe/Prague]") public class JiraExpressionEvalContextBean extends Object
| Constructor and Description |
|---|
JiraExpressionEvalContextBean() |
| Modifier and Type | Method and Description |
|---|---|
JiraExpressionEvalContextBean |
addCustomItem(CustomContextVariable customItem) |
JiraExpressionEvalContextBean |
board(Long board) |
JiraExpressionEvalContextBean |
custom(List<CustomContextVariable> custom) |
JiraExpressionEvalContextBean |
customerRequest(Long customerRequest) |
boolean |
equals(Object o) |
Long |
getBoard()
The ID of the board that is available under the `board` variable when evaluating the expression.
|
List<CustomContextVariable> |
getCustom()
Custom context variables and their types.
|
Long |
getCustomerRequest()
The ID of the customer request that is available under the `customerRequest` variable when evaluating the expression.
|
IdOrKeyBean |
getIssue()
The issue that is available under the `issue` variable when evaluating the expression.
|
JexpIssues |
getIssues()
The collection of issues that is available under the `issues` variable when evaluating the expression.
|
IdOrKeyBean |
getProject()
The project that is available under the `project` variable when evaluating the expression.
|
Long |
getServiceDesk()
The ID of the service desk that is available under the `serviceDesk` variable when evaluating the expression.
|
Long |
getSprint()
The ID of the sprint that is available under the `sprint` variable when evaluating the expression.
|
int |
hashCode() |
JiraExpressionEvalContextBean |
issue(IdOrKeyBean issue) |
JiraExpressionEvalContextBean |
issues(JexpIssues issues) |
JiraExpressionEvalContextBean |
project(IdOrKeyBean project) |
JiraExpressionEvalContextBean |
serviceDesk(Long serviceDesk) |
void |
setBoard(Long board) |
void |
setCustom(List<CustomContextVariable> custom) |
void |
setCustomerRequest(Long customerRequest) |
void |
setIssue(IdOrKeyBean issue) |
void |
setIssues(JexpIssues issues) |
void |
setProject(IdOrKeyBean project) |
void |
setServiceDesk(Long serviceDesk) |
void |
setSprint(Long sprint) |
JiraExpressionEvalContextBean |
sprint(Long sprint) |
String |
toString() |
public JiraExpressionEvalContextBean board(Long board)
public Long getBoard()
public void setBoard(Long board)
public JiraExpressionEvalContextBean custom(List<CustomContextVariable> custom)
public JiraExpressionEvalContextBean addCustomItem(CustomContextVariable customItem)
public List<CustomContextVariable> getCustom()
public void setCustom(List<CustomContextVariable> custom)
public JiraExpressionEvalContextBean customerRequest(Long customerRequest)
public Long getCustomerRequest()
public void setCustomerRequest(Long customerRequest)
public JiraExpressionEvalContextBean issue(IdOrKeyBean issue)
public IdOrKeyBean getIssue()
public void setIssue(IdOrKeyBean issue)
public JiraExpressionEvalContextBean issues(JexpIssues issues)
public JexpIssues getIssues()
public void setIssues(JexpIssues issues)
public JiraExpressionEvalContextBean project(IdOrKeyBean project)
public IdOrKeyBean getProject()
public void setProject(IdOrKeyBean project)
public JiraExpressionEvalContextBean serviceDesk(Long serviceDesk)
public Long getServiceDesk()
public void setServiceDesk(Long serviceDesk)
public JiraExpressionEvalContextBean sprint(Long sprint)
public Long getSprint()
public void setSprint(Long sprint)
Copyright © 2011–2023 Everit Kft.. All rights reserved.