Documentation ¶
Index ¶
- type ArtifactBuildFailure
- type ArtifactBuildProgress
- type ArtifactBuildStarted
- type ArtifactBuildSuccess
- type ArtifactDownloadFailure
- type ArtifactDownloadProgress
- type ArtifactDownloadStarted
- type ArtifactDownloadSuccess
- type ArtifactInstallFailure
- type ArtifactInstallStarted
- type ArtifactInstallSuccess
- type ArtifactUninstallFailure
- type ArtifactUninstallStarted
- type ArtifactUninstallSuccess
- type ArtifactUnpackFailure
- type ArtifactUnpackProgress
- type ArtifactUnpackStarted
- type ArtifactUnpackSuccess
- type BuildFailure
- type BuildStarted
- type BuildSuccess
- type Event
- type Failure
- type Handler
- type HandlerFunc
- type PostProcessFailure
- type PostProcessStarted
- type PostProcessSuccess
- type Start
- type Success
- type VoidHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtifactBuildFailure ¶
func (ArtifactBuildFailure) IsEvent ¶
func (ArtifactBuildFailure) IsEvent()
type ArtifactBuildProgress ¶
type ArtifactBuildProgress struct { ArtifactID strfmt.UUID LogTimestamp string LogLevel string // eg. (INFO/ERROR/...) LogChannel string // channel through which this log line was generated (stdout/stderr/...) LogMessage string LogSource string // source of this log (eg., builder/build-wrapper/...) }
func (ArtifactBuildProgress) IsEvent ¶
func (ArtifactBuildProgress) IsEvent()
type ArtifactBuildStarted ¶
func (ArtifactBuildStarted) IsEvent ¶
func (ArtifactBuildStarted) IsEvent()
type ArtifactBuildSuccess ¶
func (ArtifactBuildSuccess) IsEvent ¶
func (ArtifactBuildSuccess) IsEvent()
type ArtifactDownloadFailure ¶
func (ArtifactDownloadFailure) IsEvent ¶
func (ArtifactDownloadFailure) IsEvent()
type ArtifactDownloadProgress ¶
func (ArtifactDownloadProgress) IsEvent ¶
func (ArtifactDownloadProgress) IsEvent()
type ArtifactDownloadStarted ¶
func (ArtifactDownloadStarted) IsEvent ¶
func (ArtifactDownloadStarted) IsEvent()
type ArtifactDownloadSuccess ¶
func (ArtifactDownloadSuccess) IsEvent ¶
func (ArtifactDownloadSuccess) IsEvent()
type ArtifactInstallFailure ¶
func (ArtifactInstallFailure) IsEvent ¶
func (ArtifactInstallFailure) IsEvent()
type ArtifactInstallStarted ¶
func (ArtifactInstallStarted) IsEvent ¶
func (ArtifactInstallStarted) IsEvent()
type ArtifactInstallSuccess ¶
func (ArtifactInstallSuccess) IsEvent ¶
func (ArtifactInstallSuccess) IsEvent()
type ArtifactUninstallFailure ¶
func (ArtifactUninstallFailure) IsEvent ¶
func (ArtifactUninstallFailure) IsEvent()
type ArtifactUninstallStarted ¶
func (ArtifactUninstallStarted) IsEvent ¶
func (ArtifactUninstallStarted) IsEvent()
type ArtifactUninstallSuccess ¶
func (ArtifactUninstallSuccess) IsEvent ¶
func (ArtifactUninstallSuccess) IsEvent()
type ArtifactUnpackFailure ¶
func (ArtifactUnpackFailure) IsEvent ¶
func (ArtifactUnpackFailure) IsEvent()
type ArtifactUnpackProgress ¶
func (ArtifactUnpackProgress) IsEvent ¶
func (ArtifactUnpackProgress) IsEvent()
type ArtifactUnpackStarted ¶
func (ArtifactUnpackStarted) IsEvent ¶
func (ArtifactUnpackStarted) IsEvent()
type ArtifactUnpackSuccess ¶
func (ArtifactUnpackSuccess) IsEvent ¶
func (ArtifactUnpackSuccess) IsEvent()
type BuildFailure ¶
type BuildFailure struct {
Message string
}
func (BuildFailure) IsEvent ¶
func (BuildFailure) IsEvent()
type BuildStarted ¶
type BuildStarted struct {
LogFilePath string
}
func (BuildStarted) IsEvent ¶
func (BuildStarted) IsEvent()
type BuildSuccess ¶
type BuildSuccess struct { }
func (BuildSuccess) IsEvent ¶
func (BuildSuccess) IsEvent()
type HandlerFunc ¶
type PostProcessFailure ¶
type PostProcessFailure struct {
Error error
}
func (PostProcessFailure) IsEvent ¶
func (PostProcessFailure) IsEvent()
type PostProcessStarted ¶
type PostProcessStarted struct { }
func (PostProcessStarted) IsEvent ¶
func (PostProcessStarted) IsEvent()
type PostProcessSuccess ¶
type PostProcessSuccess struct { }
func (PostProcessSuccess) IsEvent ¶
func (PostProcessSuccess) IsEvent()
type Start ¶
type Start struct { RecipeID strfmt.UUID RequiresBuild bool LogFilePath string ProgressUrl string ArtifactsToBuild buildplan.ArtifactIDMap ArtifactsToDownload buildplan.ArtifactIDMap ArtifactsToUnpack buildplan.ArtifactIDMap ArtifactsToInstall buildplan.ArtifactIDMap }
type VoidHandler ¶
type VoidHandler struct { }
func (*VoidHandler) Close ¶
func (v *VoidHandler) Close() error
func (*VoidHandler) Handle ¶
func (v *VoidHandler) Handle(Event) error
Click to show internal directories.
Click to hide internal directories.