Interface ExecutionContext.Builder

  • Method Details

    • contextType

      ExecutionContext.Builder contextType(String contextType)

      The category of context

      Parameters:
      contextType - The category of context
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • contextType

      ExecutionContext.Builder contextType(ContextType contextType)

      The category of context

      Parameters:
      contextType - The category of context
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • context

      ExecutionContext.Builder context(String context)

      Context associated with a pentest or task execution

      Parameters:
      context - Context associated with a pentest or task execution
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • timestamp

      ExecutionContext.Builder timestamp(Instant timestamp)

      Timestamp associated with a pentest or task execution

      Parameters:
      timestamp - Timestamp associated with a pentest or task execution
      Returns:
      Returns a reference to this object so that method calls can be chained together.