Uses of Class
Entity.DependencyGraph
Packages that use DependencyGraph
Package
Description
-
Uses of DependencyGraph in Entity
Methods in Entity that return DependencyGraphModifier and TypeMethodDescriptionstatic DependencyGraphDependencyGraph.parseGraphByFile(File file_json_odg) Methods in Entity with parameters of type DependencyGraphModifier and TypeMethodDescriptionbooleanDependencyGraph.saveDependencyGraph(DependencyGraph dependencyGraph, File file_har) -
Uses of DependencyGraph in Services.CorrelationsView.ScriptGeneration
Methods in Services.CorrelationsView.ScriptGeneration with parameters of type DependencyGraphModifier and TypeMethodDescriptionvoidJMeterAdaption.replaceAdaption(DependencyGraph dependencyGraph, String FILENAME_JMX, String filename) Applies all adaptation rules to the JMX file based on the dependency graph.static voidJMeterAdaption.runJMeterAdaption(DependencyGraph dependencyGraph, String filenameJmx, String filename) -
Uses of DependencyGraph in Services.CustomizeCorrelationView
Methods in Services.CustomizeCorrelationView that return DependencyGraphMethods in Services.CustomizeCorrelationView with parameters of type DependencyGraphModifier and TypeMethodDescriptionCustomCorrelationFrameService.getUrls(DependencyGraph dependencyGraph, Integer index_req) CustomCorrelationFrameService.getUrlswithMethods(DependencyGraph dependencyGraph, Integer index_req) Constructors in Services.CustomizeCorrelationView with parameters of type DependencyGraphModifierConstructorDescriptionCorrelatorHelperService(List<ResponseUnstructured> list, DependencyGraph dependencyGraph, Har har, String e2eName, CorrelationFrame correlationFrame) -
Uses of DependencyGraph in Services.Dependencies
Methods in Services.Dependencies that return DependencyGraphModifier and TypeMethodDescriptionExtractDependencies.build_dependencies_graph()Builds a dependency graph of all requests in the HAR file.Methods in Services.Dependencies with parameters of type DependencyGraphModifier and TypeMethodDescriptionstatic voidBodyDependency.check_body_dependency(List<ResponseUnstructured> responseUnstructuredList, int req_index, DependencyGraph dependencyGraph, MyNode to, int first_index_response) Checks for dependencies in the body of a POST or PUT request.static voidCookieDependency.check_cookie_dependency(List<ResponseUnstructured> responseUnstructuredList, int req_index, DependencyGraph dependencyGraph, MyNode to, int first_index_response) Checks for cookie-based dependencies for a given request.static voidHeaderDependency.check_header_dependency(List<ResponseUnstructured> responseUnstructuredList, int req_index, DependencyGraph dependencyGraph, MyNode to, int first_index_response) Checks for header-based dependencies for a given request.static voidQueryParameterDependency.check_queryParams_dependency(List<ResponseUnstructured> responseUnstructuredList, int req_index, DependencyGraph dependencyGraph, MyNode to, int first_index_response) Checks for query parameter-based dependencies for a given request.static voidUrlDependency.check_url_dependencies(List<ResponseUnstructured> response, int req_index, DependencyGraph dependencyGraph, MyNode to, int first_index_response) Checks for URL-based dependencies for a given request.