Class Paths
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<Paths>
-
- io.jenkins.plugins.xygeni.saltbuildstep.model.Paths
-
- All Implemented Interfaces:
Describable<Paths>
,Serializable
public class Paths extends AbstractDescribableImpl<Paths> implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Paths.DescriptorImpl
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBasedir()
String
getSaltCommandPath()
void
setBasedir(String basedir)
void
setSaltCommandPath(String saltCommandPath)
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-