java

package
v1.0.123 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 24, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const DebuggerDependency = "google-stackdriver-debugger-java"

DebuggerDependency indicates that a JVM application should be run with Google Stackdriver Debugger enabled.

View Source
const ProfilerDependency = "google-stackdriver-profiler-java"

ProfilerDependency indicates that a JVM application should be run with Google Stackdriver Profiler enabled.

Variables

This section is empty.

Functions

This section is empty.

Types

type Credentials

type Credentials struct {
	// contains filtered or unexported fields
}

Credentials represents the google-stackdriver-credentials helper application.

func NewCredentials

func NewCredentials(build build.Build) Credentials

NewCredentials creates a new Credentials instance.

func (Credentials) Contribute

func (c Credentials) Contribute() error

Contributes makes the contribution to launch

type Debugger

type Debugger struct {
	// contains filtered or unexported fields
}

Debugger represents an debugger contribution by the buildpack.

func NewDebugger

func NewDebugger(build build.Build) (Debugger, bool, error)

NewDebugger creates a new Debugger instance.

func (Debugger) Contribute

func (d Debugger) Contribute() error

Contribute makes the contribution to launch.

type Profiler

type Profiler struct {
	// contains filtered or unexported fields
}

Profiler represents an profiler contribution by the buildpack.

func NewProfiler

func NewProfiler(build build.Build) (Profiler, bool, error)

NewProfiler creates a new Profiler instance.

func (Profiler) Contribute

func (p Profiler) Contribute() error

Contribute makes the contribution to launch.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL