public abstract class BaseDirectory extends Object implements hudson.model.Describable<BaseDirectory>
| Modifier and Type | Class and Description |
|---|---|
static class |
BaseDirectory.ArtifactsDir |
static class |
BaseDirectory.BaseDirectoryDescriptor |
static class |
BaseDirectory.JenkinsHome |
static class |
BaseDirectory.Workspace |
| Constructor and Description |
|---|
BaseDirectory() |
| Modifier and Type | Method and Description |
|---|---|
abstract hudson.FilePath |
getBaseDirectory(hudson.model.AbstractBuild<?,?> build) |
hudson.model.Descriptor<BaseDirectory> |
getDescriptor() |
public abstract hudson.FilePath getBaseDirectory(hudson.model.AbstractBuild<?,?> build)
public hudson.model.Descriptor<BaseDirectory> getDescriptor()
getDescriptor in interface hudson.model.Describable<BaseDirectory>Copyright © 2004-2014 Hudson. All Rights Reserved.