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