Interface DevelocityIntegrationConfiguration
public interface DevelocityIntegrationConfiguration
The DSL extension for integrations between Gradle and other tools and build systems.
- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptiongetNpm()Access the external agent configuration specific to the Develocity npm build agent.Access the external agent configuration specific to the Develocity Python build agent.
-
Method Details
-
getNpm
NpmAgentConfiguration getNpm()Access the external agent configuration specific to the Develocity npm build agent.Note that the configuration files for individual agents (e.g. $
develocity.config.js) will always take precedence over configuration passed by Gradle.- Since:
- 4.0
-
getPython
PythonAgentConfiguration getPython()Access the external agent configuration specific to the Develocity Python build agent.Note that the configuration files for individual agents (e.g. $
.develocity.py) will always take precedence over configuration passed by Gradle.- Since:
- 4.0
-