All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.camunda.community.bpmndt.GradleExtension Maven / Gradle / Ivy

package org.camunda.community.bpmndt;

import org.gradle.api.provider.Property;

/**
 * DSL extension, used to configure the Gradle plugin and it's tasks.
 */
public interface GradleExtension {

  /**
   * Returns the package name of the generated Java test case files.
   *
   * @return The package name for the generated test code.
   */
  Property getPackageName();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy