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.Job<?,?> 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, beforeCheckout, decorate, decorateCheckoutCommand, decorateCheckoutCommand, decorateCloneCommand, decorateCloneCommand, decorateFetchCommand, decorateMergeCommand, decorateMergeCommand, decorateRevisionToBuild, decorateRevisionToBuild, getDescriptor, getRequiredClient, getWorkingDirectory, isRevExcluded, onCheckoutCompleted, onCheckoutCompleted, onClean, populateEnvironmentVariables, requiresWorkspaceForPolling@DataBoundConstructor public RelativeTargetDirectory(String relativeTargetDir)
public String getRelativeTargetDir()
public hudson.FilePath getWorkingDirectory(GitSCM scm, hudson.model.Job<?,?> 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-2015. All Rights Reserved.