Class MvnProcess_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.resourceusage.MvnProcess_1_0
Information about a process captured as part resource usage.
-
Field Summary
Modifier and TypeFieldDescriptionfinal @Nullable("if no suitable display name is available") String
The display name of the process.final long
The PID of the process.final String
The name of the process.final MvnProcessType_1
The type of the process. -
Constructor Summary
ConstructorDescriptionMvnProcess_1_0
(long id, String name, @Nullable String displayName, MvnProcessType_1 type) -
Method Summary
-
Field Details
-
id
public final long idThe PID of the process. -
name
The name of the process. -
displayName
@Nullable("if no suitable display name is available") public final @Nullable("if no suitable display name is available") String displayNameThe display name of the process. -
type
The type of the process.
-
-
Constructor Details
-
MvnProcess_1_0
public MvnProcess_1_0(long id, String name, @Nullable @Nullable String displayName, MvnProcessType_1 type)
-
-
Method Details