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 class
SparseCheckoutPath.DescriptorImpl
-
Field Summary
Fields Modifier and Type Field Description static hudson.plugins.git.extensions.impl.SparseCheckoutPath.SparseCheckoutPathToPath
SPARSE_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 boolean
equals(Object o)
Descriptor<SparseCheckoutPath>
getDescriptor()
String
getPath()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
SparseCheckoutPath
@DataBoundConstructor public SparseCheckoutPath(String path)
-
-
Method Detail
-
getPath
public String getPath()
-
getDescriptor
public Descriptor<SparseCheckoutPath> getDescriptor()
- Specified by:
getDescriptor
in interfaceDescribable<SparseCheckoutPath>
- Overrides:
getDescriptor
in classAbstractDescribableImpl<SparseCheckoutPath>
-
-