Interface ActionTypeArtifactDetails.Builder

    • Method Detail

      • minimumCount

        ActionTypeArtifactDetails.Builder minimumCount​(Integer minimumCount)

        The minimum number of artifacts that can be used with the action type. For example, you should specify a minimum and maximum of zero input artifacts for an action type with a category of source.

        Parameters:
        minimumCount - The minimum number of artifacts that can be used with the action type. For example, you should specify a minimum and maximum of zero input artifacts for an action type with a category of source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maximumCount

        ActionTypeArtifactDetails.Builder maximumCount​(Integer maximumCount)

        The maximum number of artifacts that can be used with the actiontype. For example, you should specify a minimum and maximum of zero input artifacts for an action type with a category of source.

        Parameters:
        maximumCount - The maximum number of artifacts that can be used with the actiontype. For example, you should specify a minimum and maximum of zero input artifacts for an action type with a category of source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.