Class Consts
- java.lang.Object
-
- com.nirima.jenkins.plugins.docker.utils.Consts
-
public final class Consts extends Object
Created by magnayn on 22/02/2014.
-
-
Field Summary
Fields Modifier and Type Field Description static String
PLUGIN_IMAGES_URL
The base URL of the plugin images.static String
PLUGIN_URL
-
Constructor Summary
Constructors Constructor Description Consts()
-
-
-
Field Detail
-
PLUGIN_URL
public static final String PLUGIN_URL
- See Also:
- Constant Field Values
-
PLUGIN_IMAGES_URL
public static final String PLUGIN_IMAGES_URL
The base URL of the plugin images.- See Also:
- Constant Field Values
-
-