Exemplo n.º 1
0
    def __init__(self,
                 service=None,
                 name=None,
                 days=None,
                 links=None,
                 embedded=None,
                 local_vars_configuration=None):  # noqa: E501
        """EnvironmentLogs - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._service = None
        self._name = None
        self._days = None
        self._links = None
        self._embedded = None
        self.discriminator = None

        if service is not None:
            self.service = service
        if name is not None:
            self.name = name
        if days is not None:
            self.days = days
        if links is not None:
            self.links = links
        if embedded is not None:
            self.embedded = embedded
Exemplo n.º 2
0
    def __init__(self,
                 status=None,
                 type=None,
                 title=None,
                 missing_params=None,
                 invalid_params=None,
                 local_vars_configuration=None):  # noqa: E501
        """BadRequestError - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._status = None
        self._type = None
        self._title = None
        self._missing_params = None
        self._invalid_params = None
        self.discriminator = None

        if status is not None:
            self.status = status
        if type is not None:
            self.type = type
        if title is not None:
            self.title = title
        if missing_params is not None:
            self.missing_params = missing_params
        if invalid_params is not None:
            self.invalid_params = invalid_params
Exemplo n.º 3
0
    def __init__(self, start=None, limit=None, order_by=None, _property=None, type=None, next=None, prev=None, local_vars_configuration=None):  # noqa: E501
        """RequestedPageDetails - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._start = None
        self._limit = None
        self._order_by = None
        self.__property = None
        self._type = None
        self._next = None
        self._prev = None
        self.discriminator = None

        if start is not None:
            self.start = start
        if limit is not None:
            self.limit = limit
        if order_by is not None:
            self.order_by = order_by
        if _property is not None:
            self._property = _property
        if type is not None:
            self.type = type
        if next is not None:
            self.next = next
        if prev is not None:
            self.prev = prev
Exemplo n.º 4
0
    def __init__(self,
                 service=None,
                 name=None,
                 date=None,
                 program_id=None,
                 environment_id=None,
                 links=None,
                 local_vars_configuration=None):  # noqa: E501
        """EnvironmentLog - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._service = None
        self._name = None
        self._date = None
        self._program_id = None
        self._environment_id = None
        self._links = None
        self.discriminator = None

        if service is not None:
            self.service = service
        if name is not None:
            self.name = name
        if date is not None:
            self.date = date
        if program_id is not None:
            self.program_id = program_id
        if environment_id is not None:
            self.environment_id = environment_id
        if links is not None:
            self.links = links
Exemplo n.º 5
0
    def __init__(self,
                 program_id=None,
                 repository_id=None,
                 name=None,
                 links=None,
                 local_vars_configuration=None):  # noqa: E501
        """RepositoryBranch - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._program_id = None
        self._repository_id = None
        self._name = None
        self._links = None
        self.discriminator = None

        if program_id is not None:
            self.program_id = program_id
        if repository_id is not None:
            self.repository_id = repository_id
        if name is not None:
            self.name = name
        if links is not None:
            self.links = links
Exemplo n.º 6
0
    def __init__(self,
                 id=None,
                 name=None,
                 enabled=False,
                 tenant_id=None,
                 ims_org_id=None,
                 links=None,
                 local_vars_configuration=None):  # noqa: E501
        """Program - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._id = None
        self._name = None
        self._enabled = None
        self._tenant_id = None
        self._ims_org_id = None
        self._links = None
        self.discriminator = None

        if id is not None:
            self.id = id
        self.name = name
        if enabled is not None:
            self.enabled = enabled
        if tenant_id is not None:
            self.tenant_id = tenant_id
        if ims_org_id is not None:
            self.ims_org_id = ims_org_id
        if links is not None:
            self.links = links
Exemplo n.º 7
0
    def __init__(self,
                 id=None,
                 program_id=None,
                 name=None,
                 description=None,
                 type=None,
                 links=None,
                 local_vars_configuration=None):  # noqa: E501
        """Environment - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._id = None
        self._program_id = None
        self._name = None
        self._description = None
        self._type = None
        self._links = None
        self.discriminator = None

        if id is not None:
            self.id = id
        if program_id is not None:
            self.program_id = program_id
        if name is not None:
            self.name = name
        if description is not None:
            self.description = description
        if type is not None:
            self.type = type
        if links is not None:
            self.links = links
Exemplo n.º 8
0
    def __init__(self,
                 name=None,
                 type=None,
                 repository_id=None,
                 branch=None,
                 environment_id=None,
                 local_vars_configuration=None):  # noqa: E501
        """PipelinePhase - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._name = None
        self._type = None
        self._repository_id = None
        self._branch = None
        self._environment_id = None
        self.discriminator = None

        if name is not None:
            self.name = name
        self.type = type
        if repository_id is not None:
            self.repository_id = repository_id
        if branch is not None:
            self.branch = branch
        if environment_id is not None:
            self.environment_id = environment_id
Exemplo n.º 9
0
    def __init__(self,
                 next=None,
                 page=None,
                 prev=None,
                 _self=None,
                 local_vars_configuration=None):  # noqa: E501
        """PipelineExecutionListRepresentationLinks - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._next = None
        self._page = None
        self._prev = None
        self.__self = None
        self.discriminator = None

        if next is not None:
            self.next = next
        if page is not None:
            self.page = page
        if prev is not None:
            self.prev = prev
        if _self is not None:
            self._self = _self
Exemplo n.º 10
0
    def __init__(self,
                 http__ns_adobe_com_adobecloud_rel_pipelines=None,
                 http__ns_adobe_com_adobecloud_rel_environments=None,
                 http__ns_adobe_com_adobecloud_rel_repositories=None,
                 _self=None,
                 local_vars_configuration=None):  # noqa: E501
        """ProgramLinks - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._http__ns_adobe_com_adobecloud_rel_pipelines = None
        self._http__ns_adobe_com_adobecloud_rel_environments = None
        self._http__ns_adobe_com_adobecloud_rel_repositories = None
        self.__self = None
        self.discriminator = None

        if http__ns_adobe_com_adobecloud_rel_pipelines is not None:
            self.http__ns_adobe_com_adobecloud_rel_pipelines = http__ns_adobe_com_adobecloud_rel_pipelines
        if http__ns_adobe_com_adobecloud_rel_environments is not None:
            self.http__ns_adobe_com_adobecloud_rel_environments = http__ns_adobe_com_adobecloud_rel_environments
        if http__ns_adobe_com_adobecloud_rel_repositories is not None:
            self.http__ns_adobe_com_adobecloud_rel_repositories = http__ns_adobe_com_adobecloud_rel_repositories
        if _self is not None:
            self._self = _self
Exemplo n.º 11
0
    def __init__(
            self,
            http__ns_adobe_com_adobecloud_rel_program=None,
            http__ns_adobe_com_adobecloud_rel_execution=None,
            http__ns_adobe_com_adobecloud_rel_executions=None,
            http__ns_adobe_com_adobecloud_rel_rollback_last_successful_execution=None,
            _self=None,
            local_vars_configuration=None):  # noqa: E501
        """PipelineLinks - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._http__ns_adobe_com_adobecloud_rel_program = None
        self._http__ns_adobe_com_adobecloud_rel_execution = None
        self._http__ns_adobe_com_adobecloud_rel_executions = None
        self._http__ns_adobe_com_adobecloud_rel_rollback_last_successful_execution = None
        self.__self = None
        self.discriminator = None

        if http__ns_adobe_com_adobecloud_rel_program is not None:
            self.http__ns_adobe_com_adobecloud_rel_program = http__ns_adobe_com_adobecloud_rel_program
        if http__ns_adobe_com_adobecloud_rel_execution is not None:
            self.http__ns_adobe_com_adobecloud_rel_execution = http__ns_adobe_com_adobecloud_rel_execution
        if http__ns_adobe_com_adobecloud_rel_executions is not None:
            self.http__ns_adobe_com_adobecloud_rel_executions = http__ns_adobe_com_adobecloud_rel_executions
        if http__ns_adobe_com_adobecloud_rel_rollback_last_successful_execution is not None:
            self.http__ns_adobe_com_adobecloud_rel_rollback_last_successful_execution = http__ns_adobe_com_adobecloud_rel_rollback_last_successful_execution
        if _self is not None:
            self._self = _self
Exemplo n.º 12
0
    def __init__(self, variables=None, local_vars_configuration=None):  # noqa: E501
        """VariableListEmbedded - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._variables = None
        self.discriminator = None

        if variables is not None:
            self.variables = variables
Exemplo n.º 13
0
    def __init__(self, branches=None, local_vars_configuration=None):  # noqa: E501
        """BranchListEmbedded - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._branches = None
        self.discriminator = None

        if branches is not None:
            self.branches = branches
Exemplo n.º 14
0
    def __init__(self,
                 environments=None,
                 local_vars_configuration=None):  # noqa: E501
        """EnvironmentListEmbedded - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._environments = None
        self.discriminator = None

        if environments is not None:
            self.environments = environments
Exemplo n.º 15
0
    def __init__(self,
                 repositories=None,
                 local_vars_configuration=None):  # noqa: E501
        """RepositoryListEmbedded - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._repositories = None
        self.discriminator = None

        if repositories is not None:
            self.repositories = repositories
Exemplo n.º 16
0
    def __init__(self,
                 metrics=None,
                 local_vars_configuration=None):  # noqa: E501
        """PipelineStepMetrics - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._metrics = None
        self.discriminator = None

        if metrics is not None:
            self.metrics = metrics
Exemplo n.º 17
0
    def __init__(self,
                 programs=None,
                 local_vars_configuration=None):  # noqa: E501
        """ProgramListEmbedded - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._programs = None
        self.discriminator = None

        if programs is not None:
            self.programs = programs
Exemplo n.º 18
0
    def __init__(self,
                 downloads=None,
                 local_vars_configuration=None):  # noqa: E501
        """EnvironmentLogsEmbedded - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._downloads = None
        self.discriminator = None

        if downloads is not None:
            self.downloads = downloads
Exemplo n.º 19
0
    def __init__(self,
                 step_states=None,
                 local_vars_configuration=None):  # noqa: E501
        """PipelineExecutionEmbedded - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._step_states = None
        self.discriminator = None

        if step_states is not None:
            self.step_states = step_states
Exemplo n.º 20
0
    def __init__(self,
                 executions=None,
                 local_vars_configuration=None):  # noqa: E501
        """PipelineExecutionListRepresentationEmbedded - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._executions = None
        self.discriminator = None

        if executions is not None:
            self.executions = executions
Exemplo n.º 21
0
    def __init__(self, http__ns_adobe_com_adobecloud_rel_program=None, http__ns_adobe_com_adobecloud_rel_repository=None, local_vars_configuration=None):  # noqa: E501
        """RepositoryBranchLinks - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._http__ns_adobe_com_adobecloud_rel_program = None
        self._http__ns_adobe_com_adobecloud_rel_repository = None
        self.discriminator = None

        if http__ns_adobe_com_adobecloud_rel_program is not None:
            self.http__ns_adobe_com_adobecloud_rel_program = http__ns_adobe_com_adobecloud_rel_program
        if http__ns_adobe_com_adobecloud_rel_repository is not None:
            self.http__ns_adobe_com_adobecloud_rel_repository = http__ns_adobe_com_adobecloud_rel_repository
Exemplo n.º 22
0
    def __init__(self, name=None, reason=None, local_vars_configuration=None):  # noqa: E501
        """InvalidParameter - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._name = None
        self._reason = None
        self.discriminator = None

        if name is not None:
            self.name = name
        if reason is not None:
            self.reason = reason
Exemplo n.º 23
0
    def __init__(self,
                 http__ns_adobe_com_adobecloud_rel_logs_download=None,
                 http__ns_adobe_com_adobecloud_rel_logs_tail=None,
                 local_vars_configuration=None):  # noqa: E501
        """EnvironmentLogLinks - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._http__ns_adobe_com_adobecloud_rel_logs_download = None
        self._http__ns_adobe_com_adobecloud_rel_logs_tail = None
        self.discriminator = None

        if http__ns_adobe_com_adobecloud_rel_logs_download is not None:
            self.http__ns_adobe_com_adobecloud_rel_logs_download = http__ns_adobe_com_adobecloud_rel_logs_download
        if http__ns_adobe_com_adobecloud_rel_logs_tail is not None:
            self.http__ns_adobe_com_adobecloud_rel_logs_tail = http__ns_adobe_com_adobecloud_rel_logs_tail
Exemplo n.º 24
0
    def __init__(self, total_number_of_items=None, embedded=None, links=None, local_vars_configuration=None):  # noqa: E501
        """RepositoryList - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._total_number_of_items = None
        self._embedded = None
        self._links = None
        self.discriminator = None

        if total_number_of_items is not None:
            self.total_number_of_items = total_number_of_items
        if embedded is not None:
            self.embedded = embedded
        if links is not None:
            self.links = links
Exemplo n.º 25
0
    def __init__(self,
                 name=None,
                 type=None,
                 local_vars_configuration=None):  # noqa: E501
        """MissingParameter - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._name = None
        self._type = None
        self.discriminator = None

        if name is not None:
            self.name = name
        if type is not None:
            self.type = type
Exemplo n.º 26
0
    def __init__(self, id=None, program_id=None, pipeline_id=None, artifacts_version=None, user=None, status=None, trigger=None, created_at=None, updated_at=None, finished_at=None, embedded=None, links=None, local_vars_configuration=None):  # noqa: E501
        """PipelineExecution - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._id = None
        self._program_id = None
        self._pipeline_id = None
        self._artifacts_version = None
        self._user = None
        self._status = None
        self._trigger = None
        self._created_at = None
        self._updated_at = None
        self._finished_at = None
        self._embedded = None
        self._links = None
        self.discriminator = None

        if id is not None:
            self.id = id
        if program_id is not None:
            self.program_id = program_id
        if pipeline_id is not None:
            self.pipeline_id = pipeline_id
        if artifacts_version is not None:
            self.artifacts_version = artifacts_version
        if user is not None:
            self.user = user
        if status is not None:
            self.status = status
        if trigger is not None:
            self.trigger = trigger
        if created_at is not None:
            self.created_at = created_at
        if updated_at is not None:
            self.updated_at = updated_at
        if finished_at is not None:
            self.finished_at = finished_at
        if embedded is not None:
            self.embedded = embedded
        if links is not None:
            self.links = links
Exemplo n.º 27
0
    def __init__(self,
                 configuration=None,
                 header_name=None,
                 header_value=None,
                 cookie=None,
                 pool_threads=1):
        if configuration is None:
            configuration = Configuration.get_default_copy()
        self.configuration = configuration
        self.pool_threads = pool_threads

        self.rest_client = rest.RESTClientObject(configuration)
        self.default_headers = {}
        if header_name is not None:
            self.default_headers[header_name] = header_value
        self.cookie = cookie
        # Set default User-Agent.
        self.user_agent = 'OpenAPI-Generator/1.0.0/python'
        self.client_side_validation = configuration.client_side_validation
Exemplo n.º 28
0
    def __init__(self, total_number_of_items=None, page=None, embedded=None, links=None, local_vars_configuration=None):  # noqa: E501
        """PipelineExecutionListRepresentation - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._total_number_of_items = None
        self._page = None
        self._embedded = None
        self._links = None
        self.discriminator = None

        if total_number_of_items is not None:
            self.total_number_of_items = total_number_of_items
        if page is not None:
            self.page = page
        if embedded is not None:
            self.embedded = embedded
        if links is not None:
            self.links = links
Exemplo n.º 29
0
    def __init__(self,
                 http__ns_adobe_com_adobecloud_rel_execution=None,
                 http__ns_adobe_com_adobecloud_rel_pipeline=None,
                 http__ns_adobe_com_adobecloud_rel_pipeline_logs=None,
                 http__ns_adobe_com_adobecloud_rel_pipeline_metrics=None,
                 http__ns_adobe_com_adobecloud_rel_pipeline_advance=None,
                 http__ns_adobe_com_adobecloud_rel_pipeline_cancel=None,
                 http__ns_adobe_com_adobecloud_rel_program=None,
                 _self=None,
                 local_vars_configuration=None):  # noqa: E501
        """PipelineExecutionStepStateLinks - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._http__ns_adobe_com_adobecloud_rel_execution = None
        self._http__ns_adobe_com_adobecloud_rel_pipeline = None
        self._http__ns_adobe_com_adobecloud_rel_pipeline_logs = None
        self._http__ns_adobe_com_adobecloud_rel_pipeline_metrics = None
        self._http__ns_adobe_com_adobecloud_rel_pipeline_advance = None
        self._http__ns_adobe_com_adobecloud_rel_pipeline_cancel = None
        self._http__ns_adobe_com_adobecloud_rel_program = None
        self.__self = None
        self.discriminator = None

        if http__ns_adobe_com_adobecloud_rel_execution is not None:
            self.http__ns_adobe_com_adobecloud_rel_execution = http__ns_adobe_com_adobecloud_rel_execution
        if http__ns_adobe_com_adobecloud_rel_pipeline is not None:
            self.http__ns_adobe_com_adobecloud_rel_pipeline = http__ns_adobe_com_adobecloud_rel_pipeline
        if http__ns_adobe_com_adobecloud_rel_pipeline_logs is not None:
            self.http__ns_adobe_com_adobecloud_rel_pipeline_logs = http__ns_adobe_com_adobecloud_rel_pipeline_logs
        if http__ns_adobe_com_adobecloud_rel_pipeline_metrics is not None:
            self.http__ns_adobe_com_adobecloud_rel_pipeline_metrics = http__ns_adobe_com_adobecloud_rel_pipeline_metrics
        if http__ns_adobe_com_adobecloud_rel_pipeline_advance is not None:
            self.http__ns_adobe_com_adobecloud_rel_pipeline_advance = http__ns_adobe_com_adobecloud_rel_pipeline_advance
        if http__ns_adobe_com_adobecloud_rel_pipeline_cancel is not None:
            self.http__ns_adobe_com_adobecloud_rel_pipeline_cancel = http__ns_adobe_com_adobecloud_rel_pipeline_cancel
        if http__ns_adobe_com_adobecloud_rel_program is not None:
            self.http__ns_adobe_com_adobecloud_rel_program = http__ns_adobe_com_adobecloud_rel_program
        if _self is not None:
            self._self = _self
Exemplo n.º 30
0
    def __init__(self,
                 id=None,
                 severity=None,
                 passed=False,
                 override=False,
                 actual_value=None,
                 expected_value=None,
                 comparator=None,
                 kpi=None,
                 local_vars_configuration=None):  # noqa: E501
        """Metric - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._id = None
        self._severity = None
        self._passed = None
        self._override = None
        self._actual_value = None
        self._expected_value = None
        self._comparator = None
        self._kpi = None
        self.discriminator = None

        if id is not None:
            self.id = id
        if severity is not None:
            self.severity = severity
        if passed is not None:
            self.passed = passed
        if override is not None:
            self.override = override
        if actual_value is not None:
            self.actual_value = actual_value
        if expected_value is not None:
            self.expected_value = expected_value
        if comparator is not None:
            self.comparator = comparator
        if kpi is not None:
            self.kpi = kpi