Class HybrisPluginExtension

java.lang.Object
mpern.sap.commerce.build.HybrisPluginExtension

public abstract class HybrisPluginExtension extends Object
  • Constructor Details

    • HybrisPluginExtension

      @Inject public HybrisPluginExtension(org.gradle.api.model.ObjectFactory objectFactory)
  • Method Details

    • getVersion

      public abstract org.gradle.api.provider.Property<String> getVersion()
    • getIntExtPackVersion

      public abstract org.gradle.api.provider.Property<String> getIntExtPackVersion()
    • getPlatform

      public HybrisPlatform getPlatform()
    • getCleanGlob

      public abstract org.gradle.api.provider.Property<String> getCleanGlob()
    • getBootstrapInclude

      public abstract org.gradle.api.provider.ListProperty<String> getBootstrapInclude()
    • getBootstrapExclude

      public abstract org.gradle.api.provider.ListProperty<String> getBootstrapExclude()
    • getAntTaskDependencies

      public abstract org.gradle.api.provider.ListProperty<Object> getAntTaskDependencies()
    • getPreviewToPatchLevel

      public abstract org.gradle.api.provider.MapProperty<String,Integer> getPreviewToPatchLevel()
    • getSparseBootstrap

      public abstract SparseBootstrap getSparseBootstrap()
    • sparseBootstrap

      public void sparseBootstrap(org.gradle.api.Action<? super SparseBootstrap> action)