Uses of Class
org.whitesource.fs.StatusCode
-
Packages that use StatusCode Package Description org.whitesource.agent org.whitesource.fs -
-
Uses of StatusCode in org.whitesource.agent
Fields in org.whitesource.agent declared as StatusCode Modifier and Type Field Description protected StatusCodeProjectsSender. prepStepStatusCodeMethods in org.whitesource.agent that return types with arguments of type StatusCode Modifier and Type Method Description Pair<java.lang.String,StatusCode>ProjectsSender. sendRequest(ProjectsDetails projectsDetails) -
Uses of StatusCode in org.whitesource.fs
Methods in org.whitesource.fs that return StatusCode Modifier and Type Method Description StatusCodeProjectsDetails. getStatusCode()static StatusCodeStatusCode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StatusCode[]StatusCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.whitesource.fs with parameters of type StatusCode Constructor Description ProjectsDetails(java.util.Collection<org.whitesource.agent.api.model.AgentProjectInfo> projects, StatusCode statusCode, java.lang.String details)ProjectsDetails(java.util.Map<org.whitesource.agent.api.model.AgentProjectInfo,java.util.LinkedList<ViaComponents>> projectToViaComponents, StatusCode statusCode, java.lang.String details)
-