com.capitalone.dashboard.core.PluginConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jira-xray-testresult-collector Show documentation
Show all versions of jira-xray-testresult-collector Show documentation
Jira XRay collector micro service collects data from Jira XRay
package com.capitalone.dashboard.core;
/**
* This class is for Jira XRay Plugin Constants
*/
public class PluginConstants {
public static final String XRAY_REST_VERSION="1.0";
public PluginConstants() {
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy