Class PipelineYAMLJobProperty

java.lang.Object
hudson.model.JobProperty<AbstractProject<?,?>>
io.jenkins.plugins.globalyamlproperties.PipelineYAMLJobProperty
All Implemented Interfaces:
ExtensionPoint, Describable<JobProperty<?>>, ReconfigurableDescribable<JobProperty<?>>, BuildStep, Serializable

public class PipelineYAMLJobProperty extends JobProperty<AbstractProject<?,?>> implements Serializable
See Also:
  • Constructor Details

    • PipelineYAMLJobProperty

      @DataBoundConstructor public PipelineYAMLJobProperty(String yamlConfiguration)
  • Method Details

    • getYamlConfiguration

      public String getYamlConfiguration()
    • getParsedConfig

      public Map<String,Object> getParsedConfig()