Class JReleaserFullReleaseOperation


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

    • JReleaserFullReleaseOperation

      public JReleaserFullReleaseOperation()
  • Method Details

    • uploaderByType

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

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

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

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

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

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

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

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

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

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

      public JReleaserFullReleaseOperation announcer(String announcer)
      Includes the given announcer.
      Parameters:
      announcer - the announcer name
      Returns:
      this operation instance
    • excludeAnnouncer

      public JReleaserFullReleaseOperation excludeAnnouncer(String announcer)
      Excludes the given announcer.
      Parameters:
      announcer - the announcer name
      Returns:
      this operation instance