java

package
v1.0.0-M7 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2019 License: Apache-2.0 Imports: 6 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

func (Credentials) String

func (c Credentials) String() string

String makes Credentials satisfy the Stringer interface.

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.

func (Debugger) String

func (d Debugger) String() string

String makes Debugger satisfy the Stringer interface.

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.

func (Profiler) String

func (p Profiler) String() string

String makes Profiler satisfy the Stringer interface.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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