java.lang.Object
hudson.model.AbstractDescribableImpl<Macro>
jenkins.plugins.office365connector.model.Macro
All Implemented Interfaces:
Describable<Macro>

public class Macro extends AbstractDescribableImpl<Macro>
Defines template and expected value for the macro.
Author:
Damian Szczepanik (damianszczepanik@github)
  • Constructor Details

    • Macro

      @DataBoundConstructor public Macro(String template, String value)
  • Method Details

    • getTemplate

      public String getTemplate()
    • getValue

      public String getValue()