@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01:00[Europe/Prague]") public class JiraExpressionEvalContextBean extends Object
| Constructor and Description |
|---|
JiraExpressionEvalContextBean() |
| Modifier and Type | Method and Description |
|---|---|
JiraExpressionEvalContextBean |
board(Long board) |
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.
|
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 |
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 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 sprint(Long sprint)
public Long getSprint()
public void setSprint(Long sprint)
public JiraExpressionEvalContextBean board(Long board)
public Long getBoard()
public void setBoard(Long board)
public JiraExpressionEvalContextBean serviceDesk(Long serviceDesk)
public Long getServiceDesk()
public void setServiceDesk(Long serviceDesk)
public JiraExpressionEvalContextBean customerRequest(Long customerRequest)
public Long getCustomerRequest()
public void setCustomerRequest(Long customerRequest)
Copyright © 2011–2021 Everit Kft.. All rights reserved.