Class JReleaserCatalogOperation


public class JReleaserCatalogOperation extends AbstractJReleaserDistributionModelOperation<JReleaserCatalogOperation>
Catalog release assets.
  • Constructor Details

    • JReleaserCatalogOperation

      public JReleaserCatalogOperation()
  • Method Details

    • cataloger

      public JReleaserCatalogOperation cataloger(String cataloger)
      Includes the given cataloger.
      Parameters:
      cataloger - the cataloger name
      Returns:
      this operation instance
    • excludeCataloger

      public JReleaserCatalogOperation excludeCataloger(String cataloger)
      Excludes the given cataloger.
      Parameters:
      cataloger - the cataloger name
      Returns:
      this operation instance
    • deployerByType

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

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

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

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