Public Member Functions | |
def | __init__ (self, platform, arch, presubmit=False) |
def | __str__ (self) |
def | build_jobspec (self, inner_jobs=None) |
def | pre_build_jobspecs (self) |
Public Attributes | |
arch | |
labels | |
name | |
platform | |
Builds protoc and protoc-plugin artifacts
Definition at line 349 of file artifact_targets.py.
def artifacts.artifact_targets.ProtocArtifact.__init__ | ( | self, | |
platform, | |||
arch, | |||
presubmit = False |
|||
) |
Definition at line 352 of file artifact_targets.py.
def artifacts.artifact_targets.ProtocArtifact.__str__ | ( | self | ) |
Definition at line 403 of file artifact_targets.py.
def artifacts.artifact_targets.ProtocArtifact.build_jobspec | ( | self, | |
inner_jobs = None |
|||
) |
Definition at line 363 of file artifact_targets.py.
def artifacts.artifact_targets.ProtocArtifact.pre_build_jobspecs | ( | self | ) |
Definition at line 360 of file artifact_targets.py.
artifacts.artifact_targets.ProtocArtifact.arch |
Definition at line 355 of file artifact_targets.py.
artifacts.artifact_targets.ProtocArtifact.labels |
Definition at line 356 of file artifact_targets.py.
artifacts.artifact_targets.ProtocArtifact.name |
Definition at line 353 of file artifact_targets.py.
artifacts.artifact_targets.ProtocArtifact.platform |
Definition at line 354 of file artifact_targets.py.