Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Build ¶
func (Build) Build ¶
func (b Build) Build(context libcnb.BuildContext) (libcnb.BuildResult, error)
type Detect ¶
type Detect struct{}
func (Detect) Detect ¶
func (d Detect) Detect(context libcnb.DetectContext) (libcnb.DetectResult, error)
type JavaDebuggerAgent ¶
type JavaDebuggerAgent struct { LayerContributor libpak.DependencyLayerContributor Logger bard.Logger }
func NewJavaDebuggerAgent ¶
func NewJavaDebuggerAgent(dependency libpak.BuildpackDependency, cache libpak.DependencyCache) (JavaDebuggerAgent, libcnb.BOMEntry)
func (JavaDebuggerAgent) Contribute ¶
func (JavaDebuggerAgent) Name ¶
func (j JavaDebuggerAgent) Name() string
type JavaProfilerAgent ¶
type JavaProfilerAgent struct { LayerContributor libpak.DependencyLayerContributor Logger bard.Logger }
func NewJavaProfilerAgent ¶
func NewJavaProfilerAgent(dependency libpak.BuildpackDependency, cache libpak.DependencyCache) (JavaProfilerAgent, libcnb.BOMEntry)
func (JavaProfilerAgent) Contribute ¶
func (JavaProfilerAgent) Name ¶
func (j JavaProfilerAgent) Name() string
type NodeJSDebuggerAgent ¶
type NodeJSDebuggerAgent struct { ApplicationPath string Executor effect.Executor LayerContributor libpak.DependencyLayerContributor Logger bard.Logger }
func NewNodeJSDebuggerAgent ¶
func NewNodeJSDebuggerAgent(applicationPath string, dependency libpak.BuildpackDependency, cache libpak.DependencyCache) (NodeJSDebuggerAgent, libcnb.BOMEntry)
func (NodeJSDebuggerAgent) Contribute ¶
func (NodeJSDebuggerAgent) Name ¶
func (n NodeJSDebuggerAgent) Name() string
type NodeJSProfilerAgent ¶
type NodeJSProfilerAgent struct { ApplicationPath string Executor effect.Executor LayerContributor libpak.DependencyLayerContributor Logger bard.Logger }
func NewNodeJSProfilerAgent ¶
func NewNodeJSProfilerAgent(applicationPath string, dependency libpak.BuildpackDependency, cache libpak.DependencyCache) (NodeJSProfilerAgent, libcnb.BOMEntry)
func (NodeJSProfilerAgent) Contribute ¶
func (NodeJSProfilerAgent) Name ¶
func (n NodeJSProfilerAgent) Name() string
Click to show internal directories.
Click to hide internal directories.