public interface JobDescribeResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBuildable()
optional bool buildable = 8; |
long |
getBuildCount()
optional int64 build_count = 9; |
long |
getBuildIds(int index)
repeated int64 build_ids = 10; |
int |
getBuildIdsCount()
repeated int64 build_ids = 10; |
java.util.List<java.lang.Long> |
getBuildIdsList()
repeated int64 build_ids = 10; |
java.lang.String |
getDescription()
optional string description = 4; |
com.google.protobuf.ByteString |
getDescriptionBytes()
optional string description = 4; |
java.lang.String |
getDisplayName()
optional string display_name = 5; |
com.google.protobuf.ByteString |
getDisplayNameBytes()
optional string display_name = 5; |
long |
getFirstBuildId()
optional int64 first_build_id = 11; |
JobHealth |
getHealthReports(int index)
repeated .appscode.ci.v1beta1.JobHealth health_reports = 17; |
int |
getHealthReportsCount()
repeated .appscode.ci.v1beta1.JobHealth health_reports = 17; |
java.util.List<JobHealth> |
getHealthReportsList()
repeated .appscode.ci.v1beta1.JobHealth health_reports = 17; |
JobHealthOrBuilder |
getHealthReportsOrBuilder(int index)
repeated .appscode.ci.v1beta1.JobHealth health_reports = 17; |
java.util.List<? extends JobHealthOrBuilder> |
getHealthReportsOrBuilderList()
repeated .appscode.ci.v1beta1.JobHealth health_reports = 17; |
java.lang.String |
getJobColor()
optional string job_color = 7; |
com.google.protobuf.ByteString |
getJobColorBytes()
optional string job_color = 7; |
java.lang.String |
getJobType()
optional string job_type = 6; |
com.google.protobuf.ByteString |
getJobTypeBytes()
optional string job_type = 6; |
long |
getLastBuildId()
optional int64 last_build_id = 12; |
long |
getLastCompletedBuildId()
optional int64 last_completed_build_id = 13; |
long |
getLastFailedBuildId()
optional int64 last_failed_build_id = 14; |
long |
getLastSuccessfulBuildId()
optional int64 last_successful_build_id = 15; |
java.lang.String |
getName()
optional string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2; |
long |
getNextBuildNumber()
optional int64 next_build_number = 16; |
java.lang.String |
getParents()
optional string parents = 3; |
com.google.protobuf.ByteString |
getParentsBytes()
optional string parents = 3; |
Status |
getStatus()
optional .appscode.dtypes.Status status = 1; |
StatusOrBuilder |
getStatusOrBuilder()
optional .appscode.dtypes.Status status = 1; |
boolean |
hasStatus()
optional .appscode.dtypes.Status status = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStatus()
optional .appscode.dtypes.Status status = 1;Status getStatus()
optional .appscode.dtypes.Status status = 1;StatusOrBuilder getStatusOrBuilder()
optional .appscode.dtypes.Status status = 1;java.lang.String getName()
optional string name = 2;com.google.protobuf.ByteString getNameBytes()
optional string name = 2;java.lang.String getParents()
optional string parents = 3;com.google.protobuf.ByteString getParentsBytes()
optional string parents = 3;java.lang.String getDescription()
optional string description = 4;com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 4;java.lang.String getDisplayName()
optional string display_name = 5;com.google.protobuf.ByteString getDisplayNameBytes()
optional string display_name = 5;java.lang.String getJobType()
optional string job_type = 6;com.google.protobuf.ByteString getJobTypeBytes()
optional string job_type = 6;java.lang.String getJobColor()
optional string job_color = 7;com.google.protobuf.ByteString getJobColorBytes()
optional string job_color = 7;boolean getBuildable()
optional bool buildable = 8;long getBuildCount()
optional int64 build_count = 9;java.util.List<java.lang.Long> getBuildIdsList()
repeated int64 build_ids = 10;int getBuildIdsCount()
repeated int64 build_ids = 10;long getBuildIds(int index)
repeated int64 build_ids = 10;long getFirstBuildId()
optional int64 first_build_id = 11;long getLastBuildId()
optional int64 last_build_id = 12;long getLastCompletedBuildId()
optional int64 last_completed_build_id = 13;long getLastFailedBuildId()
optional int64 last_failed_build_id = 14;long getLastSuccessfulBuildId()
optional int64 last_successful_build_id = 15;long getNextBuildNumber()
optional int64 next_build_number = 16;java.util.List<JobHealth> getHealthReportsList()
repeated .appscode.ci.v1beta1.JobHealth health_reports = 17;JobHealth getHealthReports(int index)
repeated .appscode.ci.v1beta1.JobHealth health_reports = 17;int getHealthReportsCount()
repeated .appscode.ci.v1beta1.JobHealth health_reports = 17;java.util.List<? extends JobHealthOrBuilder> getHealthReportsOrBuilderList()
repeated .appscode.ci.v1beta1.JobHealth health_reports = 17;JobHealthOrBuilder getHealthReportsOrBuilder(int index)
repeated .appscode.ci.v1beta1.JobHealth health_reports = 17;