Searched refs:patchJob (Results 1 – 1 of 1) sorted by relevance
36 private final String patchJob; field in PatchJobName41 patchJob = null; in PatchJobName()46 patchJob = Preconditions.checkNotNull(builder.getPatchJob()); in PatchJobName()54 return patchJob; in getPatchJob()65 public static PatchJobName of(String project, String patchJob) { in of() argument66 return newBuilder().setProject(project).setPatchJob(patchJob).build(); in of()69 public static String format(String project, String patchJob) { in format() argument70 return newBuilder().setProject(project).setPatchJob(patchJob).build().toString(); in format()116 if (patchJob != null) { in getFieldValuesMap()117 fieldMapBuilder.put("patch_job", patchJob); in getFieldValuesMap()[all …]