public class FileJobSource extends JobSource
Modifier and Type | Class and Description |
---|---|
static class |
FileJobSource.DescriptorImpl |
JobSource.JobSourceDescriptor
Constructor and Description |
---|
FileJobSource(String jobPath) |
Modifier and Type | Method and Description |
---|---|
protected String |
expandJobPath(AbstractBuild<?,?> build,
BuildListener listener) |
protected String |
getDeclaredContent(AbstractBuild<?,?> build,
BuildListener listener)
Get job xml template content as string.
|
FileJobSource.DescriptorImpl |
getDescriptor() |
String |
getJobPath() |
all, getJobContent
@DataBoundConstructor public FileJobSource(String jobPath)
public String getJobPath()
protected String getDeclaredContent(AbstractBuild<?,?> build, BuildListener listener) throws IOException, InterruptedException
JobSource
getDeclaredContent
in class JobSource
IOException
InterruptedException
public FileJobSource.DescriptorImpl getDescriptor()
protected String expandJobPath(AbstractBuild<?,?> build, BuildListener listener) throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2016–2019. All rights reserved.