Package io.jenkins.plugins.constant
Class Constant
- java.lang.Object
-
- io.jenkins.plugins.constant.Constant
-
public class Constant extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
API_VERSION
static String
CLIENT_NAME
static String
CLIENT_NAME_HEADER
static String
FILE_NAME
static String
FILE_PATTERN
static String
ID
static String
PROPERTIES
static int
TIMEOUT
static String
UNIQUE_FILE_NAME
static String
USER_AGENT
static long
WAIT_TIME
-
Constructor Summary
Constructors Constructor Description Constant()
-
-
-
Field Detail
-
FILE_PATTERN
public static final String FILE_PATTERN
- See Also:
- Constant Field Values
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
UNIQUE_FILE_NAME
public static final String UNIQUE_FILE_NAME
- See Also:
- Constant Field Values
-
PROPERTIES
public static final String PROPERTIES
- See Also:
- Constant Field Values
-
FILE_NAME
public static final String FILE_NAME
- See Also:
- Constant Field Values
-
USER_AGENT
public static final String USER_AGENT
- See Also:
- Constant Field Values
-
CLIENT_NAME
public static final String CLIENT_NAME
- See Also:
- Constant Field Values
-
CLIENT_NAME_HEADER
public static final String CLIENT_NAME_HEADER
- See Also:
- Constant Field Values
-
WAIT_TIME
public static final long WAIT_TIME
- See Also:
- Constant Field Values
-
API_VERSION
public static final String API_VERSION
- See Also:
- Constant Field Values
-
TIMEOUT
public static final int TIMEOUT
- See Also:
- Constant Field Values
-
-