public class EagleWrapper
extends hudson.tasks.BuildWrapper
Modifier and Type | Class and Description |
---|---|
static class |
EagleWrapper.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
static String |
DATA_FOLDER |
static String |
INPUT_FOLDER |
static String |
OUTPUT_FOLDER |
Constructor and Description |
---|
EagleWrapper(String pkgName,
String authorName,
String authorEmail,
String branch,
String commit) |
Modifier and Type | Method and Description |
---|---|
String |
getAuthorEmail() |
String |
getAuthorName() |
String |
getBranch() |
String |
getCommit() |
EagleWrapper.DescriptorImpl |
getDescriptor() |
String |
getPkgName() |
hudson.tasks.BuildWrapper.Environment |
setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public static final String DATA_FOLDER
public static final String INPUT_FOLDER
public static final String OUTPUT_FOLDER
public String getPkgName()
public String getAuthorName()
public String getAuthorEmail()
public String getBranch()
public String getCommit()
public EagleWrapper.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.BuildWrapper>
getDescriptor
in class hudson.model.AbstractDescribableImpl<hudson.tasks.BuildWrapper>
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.BuildWrapper
IOException
InterruptedException
Copyright © 2016–2018. All rights reserved.