mirror of
https://github.com/google/nomulus
synced 2026-05-22 07:41:50 +00:00
Refactor beam invoicing pipeline into its own package
This prepares for the spec11 beam pipeline to live parallel to the invoicing beam pipeline, for better organization. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=204980582
This commit is contained in:
@@ -15,10 +15,10 @@
|
||||
package google.registry.tools;
|
||||
|
||||
import com.beust.jcommander.Parameters;
|
||||
import google.registry.beam.InvoicingPipeline;
|
||||
import google.registry.beam.invoicing.InvoicingPipeline;
|
||||
import javax.inject.Inject;
|
||||
|
||||
/** Nomulus command that deploys the {@link google.registry.beam.InvoicingPipeline} template. */
|
||||
/** Nomulus command that deploys the {@link InvoicingPipeline} template. */
|
||||
@Parameters(commandDescription = "Deploy the invoicing pipeline to GCS.")
|
||||
public class DeployInvoicingPipelineCommand implements Command {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user