Class RebuildSettings

java.lang.Object
hudson.model.JobProperty<Job<?,?>>
com.sonyericsson.rebuild.RebuildSettings
All Implemented Interfaces:
ExtensionPoint, Describable<JobProperty<?>>, ReconfigurableDescribable<JobProperty<?>>, BuildStep

public class RebuildSettings extends JobProperty<Job<?,?>>
Since:
1.20
Author:
gardnerj
  • Constructor Details

    • RebuildSettings

      @DataBoundConstructor public RebuildSettings(boolean autoRebuild, boolean rebuildDisabled)
      RebuildSettings constructor.
      Parameters:
      autoRebuild - boolean.
      rebuildDisabled - boolean.
  • Method Details

    • getAutoRebuild

      public boolean getAutoRebuild()
      Method returns autoRebuild.
      Returns:
      autoRebuild boolean.
    • getRebuildDisabled

      public boolean getRebuildDisabled()
      Method returns rebuildDisabled.
      Returns:
      rebuildDisabled boolean.