Uses of Class
io.jenkins.plugins.oak9.model.Resource
-
Packages that use Resource Package Description io.jenkins.plugins.oak9.model -
-
Uses of Resource in io.jenkins.plugins.oak9.model
Methods in io.jenkins.plugins.oak9.model that return types with arguments of type Resource Modifier and Type Method Description List<Resource>Result. getResources()Method parameters in io.jenkins.plugins.oak9.model with type arguments of type Resource Modifier and Type Method Description voidResult. setResources(List<Resource> resources)Constructor parameters in io.jenkins.plugins.oak9.model with type arguments of type Resource Constructor Description Result(String requestId, Object repositoryName, String timeStamp, List<Resource> resources, String status, Object errorMessage, Object source, List<DesignGap> designGaps, ResultRef resultRef, List<Object> results, String orgId, String projectId, String projectEnvironmentId, String version, String entityType)
-