示例#1
0
文件: Job.java 项目: neo2buha/jenkins
 /** Gets all the job properties configured for this job. */
 @SuppressWarnings("unchecked")
 public Map<JobPropertyDescriptor, JobProperty<? super JobT>> getProperties() {
   return Descriptor.toMap((Iterable) properties);
 }