Class JReleaserDeployOperation


public class JReleaserDeployOperation extends AbstractJReleaserModelOperation<JReleaserDeployOperation>
Deploy assets.
  • Constructor Details

    • JReleaserDeployOperation

      public JReleaserDeployOperation()
  • Method Details

    • deployerByType

      public JReleaserDeployOperation deployerByType(String deployer)
      Includes the given deployer by type.
      Parameters:
      deployer - the deployer type
      Returns:
      this operation instance
    • excludeDeployerByType

      public JReleaserDeployOperation excludeDeployerByType(String deployer)
      Excludes the given deployer by type.
      Parameters:
      deployer - the deployer type
      Returns:
      this operation instance
    • deployerByName

      public JReleaserDeployOperation deployerByName(String name)
      Includes the given deployer by name.
      Parameters:
      name - the deployer name
      Returns:
      this operation instance
    • excludeDeployerByName

      public JReleaserDeployOperation excludeDeployerByName(String name)
      Excludes the given deployer by name.
      Parameters:
      name - the deployer name
      Returns:
      this operation instance