Package io.jenkins.plugins.model
Class ITMSConst
java.lang.Object
io.jenkins.plugins.model.ITMSConst
public class ITMSConst extends Object
-
Field Summary
Fields Modifier and Type Field Description static String
APPLICATION_JSON_TYPE
static String
APPLICATION_XML_TYPE
static String
ATTRIBUTE_BUILD_NUM_PARAM
static String
ATTRIBUTE_BUILD_STATUS_PARAM
static String
ATTRIBUTE_REPORT_TYPE_PARAM
static String
ATTRIBUTE_USER_PARAM
static String
CYCLE_NAME_PARAM
static String
IS_JSON_PARAM
static String
JSON_FORMAT
static String
PLUGIN_NAME
static String
POST_BUILD_NAME
static String
PROJECT_NAME_PARAM
static String
SERVICE_NAME
static String
SERVICE_NAME_PARAM
static String
TEXT_PLAIN_TYPE
static String
TICKET_KEY_PARAM
static String
USER_NAME_PARAM
static String
XML_FORMAT
-
Constructor Summary
Constructors Constructor Description ITMSConst()
-
Method Summary
-
Field Details
-
PLUGIN_NAME
- See Also:
- Constant Field Values
-
POST_BUILD_NAME
- See Also:
- Constant Field Values
-
SERVICE_NAME
- See Also:
- Constant Field Values
-
JSON_FORMAT
- See Also:
- Constant Field Values
-
XML_FORMAT
- See Also:
- Constant Field Values
-
APPLICATION_JSON_TYPE
- See Also:
- Constant Field Values
-
APPLICATION_XML_TYPE
- See Also:
- Constant Field Values
-
TEXT_PLAIN_TYPE
- See Also:
- Constant Field Values
-
USER_NAME_PARAM
- See Also:
- Constant Field Values
-
SERVICE_NAME_PARAM
- See Also:
- Constant Field Values
-
PROJECT_NAME_PARAM
- See Also:
- Constant Field Values
-
ATTRIBUTE_BUILD_NUM_PARAM
- See Also:
- Constant Field Values
-
ATTRIBUTE_BUILD_STATUS_PARAM
- See Also:
- Constant Field Values
-
ATTRIBUTE_USER_PARAM
- See Also:
- Constant Field Values
-
ATTRIBUTE_REPORT_TYPE_PARAM
- See Also:
- Constant Field Values
-
TICKET_KEY_PARAM
- See Also:
- Constant Field Values
-
CYCLE_NAME_PARAM
- See Also:
- Constant Field Values
-
IS_JSON_PARAM
- See Also:
- Constant Field Values
-
-
Constructor Details
-
ITMSConst
public ITMSConst()
-