Class MvnProcess_1_0

java.lang.Object
com.gradle.scan.eventmodel.maven.resourceusage.MvnProcess_1_0

@MavenExtensionVersion(since="1.22") public class MvnProcess_1_0 extends Object
Information about a process captured as part resource usage.
  • Field Details

    • id

      public final long id
      The PID of the process.
    • name

      public final String 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 displayName
      The display name of the process.
    • type

      public final MvnProcessType_1 type
      The type of the process.
  • Constructor Details

  • Method Details