Package io.jenkins.plugins.railflow
Class JiraParametersImpl
java.lang.Object
io.jenkins.plugins.railflow.JiraParametersImpl
- All Implemented Interfaces:
JiraParameters
,Serializable
Default implementation of
JiraParametersImpl
.- Author:
- Liu Yang
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.jenkins.plugins.railflow.JiraParameters
JiraParameters.Builder
-
Constructor Summary
ConstructorDescriptionJiraParametersImpl
(String jiraUrl, String email, String token, String projectKey) -
Method Summary
Modifier and TypeMethodDescriptionGets the DONE status name.getEmail()
Gets the Atlassian account email.Gets the issue type name.Gets the Atlassian jira url.Gets the lookup field name.Gets the project key.int
Gets the connection timeout to the Atlassian REST API service.Gets the TO DO status name.getToken()
Gets the token of the Atlassian account email.void
setDoneStatusName
(String doneStatusName) void
void
setIssueTypeName
(String issueTypeName) void
setJiraUrl
(String jiraUrl) void
setLookupFieldName
(String lookupFieldName) void
setProjectKey
(String projectKey) void
setTimeout
(int timeout) void
setTodoStatusName
(String todoStatusName) void
-
Constructor Details
-
JiraParametersImpl
-
-
Method Details
-
getJiraUrl
Description copied from interface:JiraParameters
Gets the Atlassian jira url.- Specified by:
getJiraUrl
in interfaceJiraParameters
- Returns:
- the Atlassian jira url.
-
setJiraUrl
-
getEmail
Description copied from interface:JiraParameters
Gets the Atlassian account email.- Specified by:
getEmail
in interfaceJiraParameters
- Returns:
- the Atlassian account email.
-
setEmail
-
getToken
Description copied from interface:JiraParameters
Gets the token of the Atlassian account email.- Specified by:
getToken
in interfaceJiraParameters
- Returns:
- the token of the Atlassian account email.
-
setToken
-
getProjectKey
Description copied from interface:JiraParameters
Gets the project key.- Specified by:
getProjectKey
in interfaceJiraParameters
- Returns:
- the project key.
-
setProjectKey
-
getTimeout
public int getTimeout()Description copied from interface:JiraParameters
Gets the connection timeout to the Atlassian REST API service.- Specified by:
getTimeout
in interfaceJiraParameters
- Returns:
- the connection timeout in seconds
-
setTimeout
public void setTimeout(int timeout) -
getTodoStatusName
Description copied from interface:JiraParameters
Gets the TO DO status name.- Specified by:
getTodoStatusName
in interfaceJiraParameters
- Returns:
- the TO DO status name.
-
setTodoStatusName
-
getDoneStatusName
Description copied from interface:JiraParameters
Gets the DONE status name.- Specified by:
getDoneStatusName
in interfaceJiraParameters
- Returns:
- the DONE status name.
-
setDoneStatusName
-
getIssueTypeName
Description copied from interface:JiraParameters
Gets the issue type name.- Specified by:
getIssueTypeName
in interfaceJiraParameters
- Returns:
- the issue type name.
-
setIssueTypeName
-
getLookupFieldName
Description copied from interface:JiraParameters
Gets the lookup field name.- Specified by:
getLookupFieldName
in interfaceJiraParameters
- Returns:
- the lookup field name.
-
setLookupFieldName
-