Class BuildEventContext

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: Microsoft.Build.Framework
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: Microsoft.Build.Framework.BuildEventContext
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • BuildEventContext

        public BuildEventContext​(java.lang.Object instance)
                          throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • BuildEventContext

        public BuildEventContext()
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • BuildEventContext

        public BuildEventContext​(int nodeId,
                                 int targetId,
                                 int projectContextId,
                                 int taskId)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • BuildEventContext

        public BuildEventContext​(int nodeId,
                                 int projectInstanceId,
                                 int projectContextId,
                                 int targetId,
                                 int taskId)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • BuildEventContext

        public BuildEventContext​(int submissionId,
                                 int nodeId,
                                 int projectInstanceId,
                                 int projectContextId,
                                 int targetId,
                                 int taskId)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getNodeId

        public int getNodeId()
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getProjectContextId

        public int getProjectContextId()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getProjectInstanceId

        public int getProjectInstanceId()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSubmissionId

        public int getSubmissionId()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getTargetId

        public int getTargetId()
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getTaskId

        public int getTaskId()
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getBuildRequestId

        public long getBuildRequestId()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getInvalid

        public static BuildEventContext getInvalid()
                                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable