Class Item
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<Item>
-
- io.jenkins.plugins.xygeni.saltbuildstep.model.Item
-
- All Implemented Interfaces:
Describable<Item>
,Serializable
public class Item extends AbstractDescribableImpl<Item> implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Item.DescriptorImpl
static class
Item.Type
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDigest()
String
getFile()
String
getImage()
String
getName()
String
getPredicateType()
String
getType()
String
getValue()
boolean
isFile()
boolean
isImage()
boolean
isValue()
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-
-
-
Method Detail
-
getName
public String getName()
-
getType
public String getType()
-
getPredicateType
public String getPredicateType()
-
getValue
public String getValue()
-
getFile
public String getFile()
-
getImage
public String getImage()
-
getDigest
public String getDigest()
-
isValue
public boolean isValue()
-
isFile
public boolean isFile()
-
isImage
public boolean isImage()
-
-