示例#1
0
 public static void runTask(
     String taskName,
     String typeId,
     int maxAttempts,
     ScheduledServicePropertyResource... properties)
     throws Exception {
   nexusTasksRestClient.runTask(taskName, typeId, maxAttempts, properties);
 }
示例#2
0
 public static void runTask(String typeId, ScheduledServicePropertyResource... properties)
     throws Exception {
   nexusTasksRestClient.runTask(typeId, properties);
 }