Uses of Class
jetbrains.buildServer.processes.ProcessTreeTerminatorLinux.LinuxDistroIdentifier
-
Packages that use ProcessTreeTerminatorLinux.LinuxDistroIdentifier Package Description jetbrains.buildServer.processes -
-
Uses of ProcessTreeTerminatorLinux.LinuxDistroIdentifier in jetbrains.buildServer.processes
Methods in jetbrains.buildServer.processes that return ProcessTreeTerminatorLinux.LinuxDistroIdentifier Modifier and Type Method Description static ProcessTreeTerminatorLinux.LinuxDistroIdentifier
ProcessTreeTerminatorLinux.LinuxDistroIdentifier. parseFromEtcListing(List<String> etcListing)
static ProcessTreeTerminatorLinux.LinuxDistroIdentifier
ProcessTreeTerminatorLinux.LinuxDistroIdentifier. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProcessTreeTerminatorLinux.LinuxDistroIdentifier[]
ProcessTreeTerminatorLinux.LinuxDistroIdentifier. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-