Class FormatType
- java.lang.Object
-
- io.jenkins.plugins.artifactrepo.model.FormatType
-
- All Implemented Interfaces:
Serializable
public class FormatType extends Object implements Serializable
A bean that stores the selected options for format types of artifact repositories.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static FormatType
DEFAULT
static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description FormatType(String[] values)
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
DEFAULT
public static final FormatType DEFAULT
-
-
Constructor Detail
-
FormatType
public FormatType(String[] values)
-
-
Method Detail
-
testValue
public static String[] testValue()
-
-