Jira-integration: JiraConfiguration entity added
This commit is contained in:
parent
629ff6fad1
commit
22a24990aa
1 changed files with 10 additions and 0 deletions
|
|
@ -104,6 +104,8 @@ public class Configuration extends BaseEntity {
|
||||||
|
|
||||||
private Boolean generateCodeForExpenseSheets = true;
|
private Boolean generateCodeForExpenseSheets = true;
|
||||||
|
|
||||||
|
private JiraConfiguration jiraConfiguration;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Currency code according to ISO-4217 (3 letters)
|
* Currency code according to ISO-4217 (3 letters)
|
||||||
*/
|
*/
|
||||||
|
|
@ -503,4 +505,12 @@ public class Configuration extends BaseEntity {
|
||||||
this.secondsPlanningWarning = secondsPlanningWarning;
|
this.secondsPlanningWarning = secondsPlanningWarning;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public JiraConfiguration getJiraConfiguration() {
|
||||||
|
return jiraConfiguration;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setJiraConfiguration(JiraConfiguration jiraConfiguration) {
|
||||||
|
this.jiraConfiguration = jiraConfiguration;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue