Class SparseCheckoutPath
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<SparseCheckoutPath>
-
- hudson.plugins.git.extensions.impl.SparseCheckoutPath
-
- All Implemented Interfaces:
Describable<SparseCheckoutPath>,Serializable
public class SparseCheckoutPath extends AbstractDescribableImpl<SparseCheckoutPath> implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSparseCheckoutPath.DescriptorImpl
-
Field Summary
Fields Modifier and Type Field Description static hudson.plugins.git.extensions.impl.SparseCheckoutPath.SparseCheckoutPathToPathSPARSE_CHECKOUT_PATH_TO_PATH
-
Constructor Summary
Constructors Constructor Description SparseCheckoutPath(String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Descriptor<SparseCheckoutPath>getDescriptor()StringgetPath()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
SparseCheckoutPath
@DataBoundConstructor public SparseCheckoutPath(String path)
-
-
Method Detail
-
getPath
public String getPath()
-
getDescriptor
public Descriptor<SparseCheckoutPath> getDescriptor()
- Specified by:
getDescriptorin interfaceDescribable<SparseCheckoutPath>- Overrides:
getDescriptorin classAbstractDescribableImpl<SparseCheckoutPath>
-
-