# Functions
GetBuildMockClient : Constructs a Mock Client with example build Requests/Responses.
GetBuildMockClientToRun2Times : Constructs a Mock Client with example build Requests/Responses, this can run two times.
No description provided by the author
No description provided by the author
NewMockClient : Constructs a new Mock Client implementing piperhttp.Sender.
# Constants
No description provided by the author
Accepted : Build Framework triggered.
No description provided by the author
Failed : Build Framework endded with error.
Finished : Build Framework ended successful.
Initializing : Build Framework prepared.
Running : Build Framework performs build.
No description provided by the author
No description provided by the author
# Structs
Build : Information for all data comming from Build Framework.
ClMock : Mock for Build Framework Client used for BF test.
Connector : Connector Utility Wrapping http client.
ConnectorConfiguration : Handover Structure for Connector Creation.
DownloadClientMock : Mock for Download Client used for artefact test.
No description provided by the author
No description provided by the author
MockClient : use NewMockClient for construction.
MockData: data for the mockClient.
Result : Artefact from Build Framework step.
Value : Returns Build Runtime Value.
Values : Returns Build Runtime Values.
# Interfaces
HTTPSendLoader : combine both interfaces [sender, downloader].