public class JiraService extends Object implements ComponentInfoFiller
Modifier and Type | Field and Description |
---|---|
static String |
JIRA_FIXED_ISSUES_COUNT |
static String |
JIRA_ISSUES_COUNT |
static String |
JIRA_STATUS |
static String |
JIRA_UNRESOLVED_ISSUES_COUNT |
Constructor and Description |
---|
JiraService()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
fill(fr.paris.lutece.plugins.lutecetools.business.Component component,
StringBuilder sbLogs)
Fill component information
|
String |
getJiraErrors(fr.paris.lutece.plugins.lutecetools.business.Component component)
Returns Jira Errors
|
int |
getJiraStatus(fr.paris.lutece.plugins.lutecetools.business.Component component)
Gets Jira status
|
String |
getName() |
public static final String JIRA_STATUS
public static final String JIRA_ISSUES_COUNT
public static final String JIRA_UNRESOLVED_ISSUES_COUNT
public static final String JIRA_FIXED_ISSUES_COUNT
public String getName()
getName
in interface fr.paris.lutece.portal.service.util.LuteceService
public void fill(fr.paris.lutece.plugins.lutecetools.business.Component component, StringBuilder sbLogs)
fill
in interface ComponentInfoFiller
component
- The componentsbLogs
- Logspublic String getJiraErrors(fr.paris.lutece.plugins.lutecetools.business.Component component)
component
- The componentpublic int getJiraStatus(fr.paris.lutece.plugins.lutecetools.business.Component component)
component
- The componentCopyright © 2019 City of Paris. All rights reserved.