Class JReleaserReleaseOperation


public class JReleaserReleaseOperation extends AbstractJReleaserDistributionModelOperation<JReleaserReleaseOperation>
Perform a release.
  • Constructor Details

    • JReleaserReleaseOperation

      public JReleaserReleaseOperation()
  • Method Details

    • uploaderByType

      public JReleaserReleaseOperation uploaderByType(String uploader)
      Includes the given uploader by type.
      Parameters:
      uploader - the uploader type
      Returns:
      this operation instance
    • excludeUploaderByType

      public JReleaserReleaseOperation excludeUploaderByType(String uploader)
      Excludes the given uploader by type.
      Parameters:
      uploader - the uploader type
      Returns:
      this operation instance
    • uploaderByName

      public JReleaserReleaseOperation uploaderByName(String name)
      Includes the given uploader by name.
      Parameters:
      name - the uploader name
      Returns:
      this operation instance
    • excludeUploaderByName

      public JReleaserReleaseOperation excludeUploaderByName(String name)
      Excludes the given uploader by name.
      Parameters:
      name - the uploader name
      Returns:
      this operation instance
    • cataloger

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

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

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

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

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

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