public abstract class JobSource extends Object implements hudson.model.Describable<JobSource>
| Modifier and Type | Class and Description |
|---|---|
static class |
JobSource.JobSourceDescriptor |
| Constructor and Description |
|---|
JobSource() |
| Modifier and Type | Method and Description |
|---|---|
static hudson.DescriptorExtensionList<JobSource,JobSource.JobSourceDescriptor> |
all() |
protected abstract String |
getDeclaredContent(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
Get job xml template content as string.
|
String |
getJobContent(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
Get job xml to be sent to Beaker.
|
@Nonnull protected abstract String getDeclaredContent(@Nonnull hudson.model.AbstractBuild<?,?> build, @Nonnull hudson.model.BuildListener listener) throws IOException, InterruptedException
IOExceptionInterruptedException@Nonnull public final String getJobContent(@Nonnull hudson.model.AbstractBuild<?,?> build, @Nonnull hudson.model.BuildListener listener) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static hudson.DescriptorExtensionList<JobSource,JobSource.JobSourceDescriptor> all()
Copyright © 2004-2016. All Rights Reserved.