Interface IDeploymentType


  • public interface IDeploymentType
    Deployment type describes where need to deploy developing issue project during development.
    See Also:
    IDeploymentTypeProvider
    Restriction:
    This interface is not intended to be extended by clients.
    Restriction:
    This interface is not intended to be implemented by clients.
    • Method Detail

      • getId

        String getId()
        Returns the unique identifier the deployment type.
        Returns:
        the unique identifier of the deployment type, never null
      • getName

        String getName()
        Returns the name of the deployment type.
        Returns:
        the name of the deployment type, never null