public class RelativeTargetDirectory extends GitSCMExtension
| Modifier and Type | Class and Description |
|---|---|
static class |
RelativeTargetDirectory.DescriptorImpl |
| Constructor and Description |
|---|
RelativeTargetDirectory(String relativeTargetDir) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRelativeTargetDir() |
hudson.FilePath |
getWorkingDirectory(GitSCM scm,
hudson.model.AbstractProject<?,?> context,
hudson.FilePath workspace,
hudson.EnvVars environment,
hudson.model.TaskListener listener)
Given the workspace root directory, gets the working directory, which is where the repository will be checked out.
|
beforeCheckout, decorate, decorateCloneCommand, decorateMergeCommand, decorateRevisionToBuild, getDescriptor, getRequiredClient, isRevExcluded, onCheckoutCompleted, onClean, populateEnvironmentVariables@DataBoundConstructor public RelativeTargetDirectory(String relativeTargetDir)
public String getRelativeTargetDir()
public hudson.FilePath getWorkingDirectory(GitSCM scm, hudson.model.AbstractProject<?,?> context, hudson.FilePath workspace, hudson.EnvVars environment, hudson.model.TaskListener listener) throws IOException, InterruptedException, hudson.plugins.git.GitException
GitSCMExtensiongetWorkingDirectory in class GitSCMExtensionGitSCMExtension control it.IOExceptionInterruptedExceptionhudson.plugins.git.GitExceptionCopyright © 2004-2013. All Rights Reserved.