Class RebelDslWeb
java.lang.Object
org.zeroturnaround.jrebel.gradle.dsl.RebelDslWeb
- All Implemented Interfaces:
Serializable
Gradle DSL level model for <web> elements configuration (corresponds to RebelWeb in backend model).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddWebResources(RebelDslWebResource webResources) (mainly for automated tests to emulate DSL behavior)voidresource(groovy.lang.Closure closure) Deprecated.voidresource(org.gradle.api.Action<RebelDslWebResource> action) DSL-backing method to add a new resource.voidsetOmitDefault(Boolean omitDefault) voidsetWebResources(List<RebelDslWebResource> webResources) toString()
-
Constructor Details
-
RebelDslWeb
public RebelDslWeb()
-
-
Method Details
-
getWebResources
-
setWebResources
-
addWebResources
(mainly for automated tests to emulate DSL behavior) -
getOmitDefault
-
setOmitDefault
-
resource
Deprecated.DSL-backing method to add a new resource. Groovy only. -
resource
DSL-backing method to add a new resource. -
toString
-
toRebelWeb
-