Uses of Class
io.jenkins.plugins.oak9.model.ResultRef
-
Packages that use ResultRef Package Description io.jenkins.plugins.oak9.model -
-
Uses of ResultRef in io.jenkins.plugins.oak9.model
Methods in io.jenkins.plugins.oak9.model that return ResultRef Modifier and Type Method Description ResultRef
Result. getResultRef()
ResultRef
ValidationResult. getResultRef()
Methods in io.jenkins.plugins.oak9.model with parameters of type ResultRef Modifier and Type Method Description void
Result. setResultRef(ResultRef resultRef)
void
ValidationResult. setResultRef(ResultRef resultRef)
Constructors in io.jenkins.plugins.oak9.model with parameters of type ResultRef 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)
ValidationResult(String requestId, Object repositoryName, String timeStamp, List<Object> 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)
-