Interface AgentDeploymentBuilder
public interface AgentDeploymentBuilder
-
Method Summary
Modifier and TypeMethodDescriptionaddClasspathResource
(String resource) addInputStream
(String resourceName, InputStream inputStream) Gives the deployment the given category.deploy()
Deploys all provided sources to the Agent engine.If set, this deployment will be compared to any previous deployment.Gives the deployment the given key.Gives the deployment the given name.parentDeploymentId
(String parentDeploymentId) Gives the deployment the given parent deployment id.Gives the deployment the given tenant id.
-
Method Details
-
addInputStream
-
addClasspathResource
-
addString
-
addBytes
-
name
Gives the deployment the given name. -
category
Gives the deployment the given category. -
key
Gives the deployment the given key. -
parentDeploymentId
Gives the deployment the given parent deployment id. -
tenantId
Gives the deployment the given tenant id. -
enableDuplicateFiltering
AgentDeploymentBuilder enableDuplicateFiltering()If set, this deployment will be compared to any previous deployment. This means that every (non-generated) resource will be compared with the provided resources of this deployment. -
deploy
AgentDeployment deploy()Deploys all provided sources to the Agent engine.
-