public final class ClasspathEntry extends hudson.model.AbstractDescribableImpl<ClasspathEntry>
| Modifier and Type | Class and Description |
|---|---|
static class |
ClasspathEntry.DescriptorImpl |
| Constructor and Description |
|---|
ClasspathEntry(String path) |
| Modifier and Type | Method and Description |
|---|---|
static void |
alias() |
boolean |
equals(Object obj) |
String |
getPath() |
URL |
getURL() |
int |
hashCode() |
boolean |
isClassDirectory()
Checks whether the entry would be considered a class directory.
|
String |
toString() |
@DataBoundConstructor public ClasspathEntry(@Nonnull String path) throws MalformedURLException
MalformedURLExceptionpublic boolean isClassDirectory()
isClassDirectoryURL(URL)@Initializer(before=EXTENSIONS_AUGMENTED) public static void alias()
Copyright © 2016–2017. All rights reserved.