public class XCPBuildWrapper
extends hudson.tasks.BuildWrapper
| Modifier and Type | Field and Description |
|---|---|
String |
buildPath |
static XCPBuildWrapperDescriptor |
DESCRIPTOR |
boolean |
usePrivateRepository |
String |
xcpEnvId |
| Constructor and Description |
|---|
XCPBuildWrapper(String xcpEnvId,
String buildPath,
boolean usePrivateRepository) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Descriptor<hudson.tasks.BuildWrapper> |
getDescriptor() |
void |
prepareXCPDesignerDirectory(java.nio.file.Path xcpDesignerPath,
java.nio.file.Path runPath) |
hudson.tasks.BuildWrapper.Environment |
setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public final String xcpEnvId
public final String buildPath
public final boolean usePrivateRepository
@Extension public static final XCPBuildWrapperDescriptor DESCRIPTOR
public hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException
setUp in class hudson.tasks.BuildWrapperIOExceptionInterruptedExceptionpublic void prepareXCPDesignerDirectory(java.nio.file.Path xcpDesignerPath, java.nio.file.Path runPath) throws IOException
IOExceptionpublic hudson.model.Descriptor<hudson.tasks.BuildWrapper> getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.BuildWrapper>getDescriptor in class hudson.model.AbstractDescribableImpl<hudson.tasks.BuildWrapper>Copyright © 2004-2016 VILT Group. All Rights Reserved.