Documentation
¶
Index ¶
- type AppHook
- type AppdynamicsHook
- func (h AppdynamicsHook) BeforeCompile(stager *libbuildpack.Stager) error
- func (h AppdynamicsHook) CreateAppDynamicsEnv(stager *libbuildpack.Stager, environmentVars map[string]string) error
- func (h AppdynamicsHook) GenerateAppdynamicsScript(envVars map[string]string) string
- func (h AppdynamicsHook) GenerateStartUpCommand(startCommand string) (string, error)
- func (h AppdynamicsHook) RewriteProcFile(procFilePath string) error
- func (h AppdynamicsHook) RewriteProcFileWithAppdynamics(stager *libbuildpack.Stager) error
- func (h AppdynamicsHook) RewriteRequirementsFile(stager *libbuildpack.Stager) error
- type Command
- type Credential
- type Plan
- type VcapApplication
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppHook ¶
type AppHook struct {
libbuildpack.DefaultHook
}
func (AppHook) AfterCompile ¶
func (h AppHook) AfterCompile(compiler *libbuildpack.Stager) error
func (AppHook) BeforeCompile ¶
func (h AppHook) BeforeCompile(compiler *libbuildpack.Stager) error
type AppdynamicsHook ¶ added in v1.6.16
type AppdynamicsHook struct { libbuildpack.DefaultHook Log *libbuildpack.Logger Command Command }
func (AppdynamicsHook) BeforeCompile ¶ added in v1.6.16
func (h AppdynamicsHook) BeforeCompile(stager *libbuildpack.Stager) error
func (AppdynamicsHook) CreateAppDynamicsEnv ¶ added in v1.6.16
func (h AppdynamicsHook) CreateAppDynamicsEnv(stager *libbuildpack.Stager, environmentVars map[string]string) error
func (AppdynamicsHook) GenerateAppdynamicsScript ¶ added in v1.6.16
func (h AppdynamicsHook) GenerateAppdynamicsScript(envVars map[string]string) string
func (AppdynamicsHook) GenerateStartUpCommand ¶ added in v1.6.16
func (h AppdynamicsHook) GenerateStartUpCommand(startCommand string) (string, error)
func (AppdynamicsHook) RewriteProcFile ¶ added in v1.6.16
func (h AppdynamicsHook) RewriteProcFile(procFilePath string) error
func (AppdynamicsHook) RewriteProcFileWithAppdynamics ¶ added in v1.6.16
func (h AppdynamicsHook) RewriteProcFileWithAppdynamics(stager *libbuildpack.Stager) error
func (AppdynamicsHook) RewriteRequirementsFile ¶ added in v1.6.16
func (h AppdynamicsHook) RewriteRequirementsFile(stager *libbuildpack.Stager) error
type Credential ¶ added in v1.6.16
type Plan ¶ added in v1.6.16
type Plan struct {
Credentials Credential `json:"credentials"`
}
type VcapApplication ¶ added in v1.6.16
Click to show internal directories.
Click to hide internal directories.