Documentation ¶
Index ¶
- type AppBuildCreatedResponse
- type Build
- func (b *Build) AddBuildAsset(br mobile.BuildCruder, resource io.Reader, asset *mobile.BuildAsset) (string, error)
- func (b *Build) BuildApp(buildRepo mobile.BuildCruder, buildID string) error
- func (b *Build) CreateAppBuild(buildRepo mobile.BuildCruder, build *mobile.BuildConfig) (*AppBuildCreatedResponse, error)
- func (b *Build) CreateBuildSrcKeySecret(br mobile.BuildCruder, buildName string) (string, []byte, error)
- func (b *Build) Download(br mobile.BuildCruder, buildName string) (io.ReadCloser, error)
- func (b *Build) EnableDownload(br mobile.BuildCruder, buildName string) (*mobile.BuildDownload, error)
- type Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppBuildCreatedResponse ¶
type Build ¶
type Build struct {
// contains filtered or unexported fields
}
func (*Build) AddBuildAsset ¶
func (b *Build) AddBuildAsset(br mobile.BuildCruder, resource io.Reader, asset *mobile.BuildAsset) (string, error)
func (*Build) BuildApp ¶
func (b *Build) BuildApp(buildRepo mobile.BuildCruder, buildID string) error
func (*Build) CreateAppBuild ¶
func (b *Build) CreateAppBuild(buildRepo mobile.BuildCruder, build *mobile.BuildConfig) (*AppBuildCreatedResponse, error)
func (*Build) CreateBuildSrcKeySecret ¶
func (b *Build) CreateBuildSrcKeySecret(br mobile.BuildCruder, buildName string) (string, []byte, error)
CreateBuildSrcKeySecret creates a public private key pair and returns the secret name it is stored in and the public part of the key as bytes
func (*Build) Download ¶
func (b *Build) Download(br mobile.BuildCruder, buildName string) (io.ReadCloser, error)
func (*Build) EnableDownload ¶
func (b *Build) EnableDownload(br mobile.BuildCruder, buildName string) (*mobile.BuildDownload, error)
EnableDownload will enabling downloading of a build artefact for a set amount of time
Click to show internal directories.
Click to hide internal directories.