Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notifier ¶
type Notifier interface {
RunIntegration(intCreds []pb.OcyCredder, status *pb.Status, notifications *pb.Notifications) error
SubType() pb.SubCredType
String() string
// IsRelevant will check the build config and then return a true if this build requires this type of notification
IsRelevant(wc *pb.BuildConfig, buildStatus pb.BuildStatus) bool
}
Interface for notifying on the status of a build
Click to show internal directories.
Click to hide internal directories.