public class ApplicationDescriptor extends Object
| Constructor and Description | 
|---|
ApplicationDescriptor(org.thales.punch.libraries.shiva.api.Application application)  | 
| Modifier and Type | Method and Description | 
|---|---|
org.thales.punch.libraries.shiva.api.Application | 
getApplication()  | 
String | 
getName()  | 
List<String> | 
getTags()  | 
WorkerDescriptor | 
getWorker()  | 
ApplicationDescriptor | 
setWorker(WorkerDescriptor worker)  | 
public ApplicationDescriptor(org.thales.punch.libraries.shiva.api.Application application)
application - the corresponding task pojo, as written by the client apppublic WorkerDescriptor getWorker()
public ApplicationDescriptor setWorker(WorkerDescriptor worker)
public String getName()
public org.thales.punch.libraries.shiva.api.Application getApplication()
Copyright © 2022. All rights reserved.