Name | Type | Description | Notes |
---|---|---|---|
GitRepository | Pointer to ApplicationGitRepositoryRequest | [optional] | |
DockerfilePath | Pointer to NullableString | The path of the associated Dockerfile. Only if you are using build_mode = DOCKER | [optional] |
DockerfileRaw | Pointer to NullableString | The content of your dockerfile if it is not stored inside your git repository | [optional] |
func NewJobRequestAllOfSourceDocker() *JobRequestAllOfSourceDocker
NewJobRequestAllOfSourceDocker instantiates a new JobRequestAllOfSourceDocker object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewJobRequestAllOfSourceDockerWithDefaults() *JobRequestAllOfSourceDocker
NewJobRequestAllOfSourceDockerWithDefaults instantiates a new JobRequestAllOfSourceDocker object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *JobRequestAllOfSourceDocker) GetGitRepository() ApplicationGitRepositoryRequest
GetGitRepository returns the GitRepository field if non-nil, zero value otherwise.
func (o *JobRequestAllOfSourceDocker) GetGitRepositoryOk() (*ApplicationGitRepositoryRequest, bool)
GetGitRepositoryOk returns a tuple with the GitRepository field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JobRequestAllOfSourceDocker) SetGitRepository(v ApplicationGitRepositoryRequest)
SetGitRepository sets GitRepository field to given value.
func (o *JobRequestAllOfSourceDocker) HasGitRepository() bool
HasGitRepository returns a boolean if a field has been set.
func (o *JobRequestAllOfSourceDocker) GetDockerfilePath() string
GetDockerfilePath returns the DockerfilePath field if non-nil, zero value otherwise.
func (o *JobRequestAllOfSourceDocker) GetDockerfilePathOk() (*string, bool)
GetDockerfilePathOk returns a tuple with the DockerfilePath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JobRequestAllOfSourceDocker) SetDockerfilePath(v string)
SetDockerfilePath sets DockerfilePath field to given value.
func (o *JobRequestAllOfSourceDocker) HasDockerfilePath() bool
HasDockerfilePath returns a boolean if a field has been set.
func (o *JobRequestAllOfSourceDocker) SetDockerfilePathNil(b bool)
SetDockerfilePathNil sets the value for DockerfilePath to be an explicit nil
func (o *JobRequestAllOfSourceDocker) UnsetDockerfilePath()
UnsetDockerfilePath ensures that no value is present for DockerfilePath, not even an explicit nil
func (o *JobRequestAllOfSourceDocker) GetDockerfileRaw() string
GetDockerfileRaw returns the DockerfileRaw field if non-nil, zero value otherwise.
func (o *JobRequestAllOfSourceDocker) GetDockerfileRawOk() (*string, bool)
GetDockerfileRawOk returns a tuple with the DockerfileRaw field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JobRequestAllOfSourceDocker) SetDockerfileRaw(v string)
SetDockerfileRaw sets DockerfileRaw field to given value.
func (o *JobRequestAllOfSourceDocker) HasDockerfileRaw() bool
HasDockerfileRaw returns a boolean if a field has been set.
func (o *JobRequestAllOfSourceDocker) SetDockerfileRawNil(b bool)
SetDockerfileRawNil sets the value for DockerfileRaw to be an explicit nil
func (o *JobRequestAllOfSourceDocker) UnsetDockerfileRaw()
UnsetDockerfileRaw ensures that no value is present for DockerfileRaw, not even an explicit nil