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