Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommitResolverFactory ¶
type CommitResolverFactory interface { NewFromRepository(path string) (metadata.CommitResolver, error) NewFromStaticValue(commit *metadata.Commit) metadata.CommitResolver }
A CommitResolverFactory provides methods for creating a metadata.CommitResolver.
func NewCommitResolverFactory ¶
func NewCommitResolverFactory(logger logger.Logger) CommitResolverFactory
NewCommitResolverFactory returns a CommitResolverFactory that creates CommitResolvers with the default production implementations.
type Submit ¶
type Submit struct {
// contains filtered or unexported fields
}
Submit represents the task of preparing and sending a set of test results to BuildPulse.
Click to show internal directories.
Click to hide internal directories.