MCPcopy Index your code
hub / github.com/cloudfoundry/java-buildpack / NewAppDynamicsFramework

Function NewAppDynamicsFramework

src/java/frameworks/app_dynamics.go:19–21  ·  view source on GitHub ↗

NewAppDynamicsFramework creates a new AppDynamics framework instance

(ctx *common.Context)

Source from the content-addressed store, hash-verified

17
18// NewAppDynamicsFramework creates a new AppDynamics framework instance
19func NewAppDynamicsFramework(ctx *common.Context) *AppDynamicsFramework {
20 return &AppDynamicsFramework{context: ctx}
21}
22
23// Detect checks if AppDynamics should be included
24func (a *AppDynamicsFramework) Detect() (string, error) {

Callers 3

framework_test.goFile · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected