org.whitesource.agent.api.dispatch.UploadScaLogsResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wss-agent-api Show documentation
Show all versions of wss-agent-api Show documentation
Java bindings for White Source API
package org.whitesource.agent.api.dispatch;
public class UploadScaLogsResult extends BaseResult {
/* --- Static members --- */
private static final long serialVersionUID = -8474225446757628208L;
/* --- Constructors ---*/
/***
* default constructor
*/
public UploadScaLogsResult() {
super();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy