17 instantiations of PublishCompletionOptions
Aspire.Hosting (3)
Pipelines\PipelineActivityReporter.cs (1)
283return CompletePublishAsync(new PublishCompletionOptions
Publishing\PipelineExecutor.cs (2)
75await activityReporter.CompletePublishAsync(new PublishCompletionOptions { PipelineSummary = summaryItems }, stoppingToken).ConfigureAwait(false); 93await activityReporter.CompletePublishAsync(new PublishCompletionOptions { CompletionMessage = ex.Message, CompletionState = CompletionState.CompletedWithError }, stoppingToken).ConfigureAwait(false);
Aspire.Hosting.Azure.Kubernetes.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
149return CompletePublishAsync(new PublishCompletionOptions
Aspire.Hosting.Azure.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
149return CompletePublishAsync(new PublishCompletionOptions
Aspire.Hosting.Docker.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
149return CompletePublishAsync(new PublishCompletionOptions
Aspire.Hosting.Foundry.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
149return CompletePublishAsync(new PublishCompletionOptions
Aspire.Hosting.Java.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
149return CompletePublishAsync(new PublishCompletionOptions
Aspire.Hosting.Kubernetes.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
149return CompletePublishAsync(new PublishCompletionOptions
Aspire.Hosting.Rust.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
149return CompletePublishAsync(new PublishCompletionOptions
Aspire.Hosting.Tests (7)
Publishing\PipelineActivityReporterTests.cs (6)
341await reporter.CompletePublishAsync(new PublishCompletionOptions { CompletionState = completionState }, CancellationToken.None); 362await reporter.CompletePublishAsync(new PublishCompletionOptions { CompletionMessage = expectedStatusText, CompletionState = CompletionState.CompletedWithError }, CancellationToken.None); 931await reporter.CompletePublishAsync(new PublishCompletionOptions { CompletionState = completionState }, CancellationToken.None); 952await reporter.CompletePublishAsync(new PublishCompletionOptions { CompletionMessage = expectedStatusText, CompletionState = CompletionState.CompletedWithError }, CancellationToken.None); 978await reporter.CompletePublishAsync(new PublishCompletionOptions { CompletionState = CompletionState.Completed, PipelineSummary = pipelineSummary }, CancellationToken.None); 1005await reporter.CompletePublishAsync(new PublishCompletionOptions { CompletionState = CompletionState.Completed }, CancellationToken.None);
tests\Shared\TestPipelineActivityReporter.cs (1)
149return CompletePublishAsync(new PublishCompletionOptions
43 references to PublishCompletionOptions
Aspire.Hosting (3)
Pipelines\IPipelineActivityReporter.cs (1)
38Task CompletePublishAsync(PublishCompletionOptions? options = null, CancellationToken cancellationToken = default);
Pipelines\NullPipelineActivityReporter.cs (1)
24public Task CompletePublishAsync(PublishCompletionOptions? options = null, CancellationToken cancellationToken = default)
Pipelines\PipelineActivityReporter.cs (1)
249public async Task CompletePublishAsync(PublishCompletionOptions? options = null, CancellationToken cancellationToken = default)
Aspire.Hosting.Azure.Kubernetes.Tests (5)
tests\Shared\TestPipelineActivityReporter.cs (5)
74/// Gets a value indicating whether <see cref="CompletePublishAsync(PublishCompletionOptions?, CancellationToken)"/> has been called. 79/// Gets the completion message passed to <see cref="CompletePublishAsync(PublishCompletionOptions?, CancellationToken)"/>. 84/// Gets the completion state passed to <see cref="CompletePublishAsync(PublishCompletionOptions?, CancellationToken)"/>. 89/// Gets the pipeline summary passed to <see cref="CompletePublishAsync(PublishCompletionOptions?, CancellationToken)"/>. 133public Task CompletePublishAsync(PublishCompletionOptions? options = null, CancellationToken cancellationToken = default)
Aspire.Hosting.Azure.Tests (5)
tests\Shared\TestPipelineActivityReporter.cs (5)
74/// Gets a value indicating whether <see cref="CompletePublishAsync(PublishCompletionOptions?, CancellationToken)"/> has been called. 79/// Gets the completion message passed to <see cref="CompletePublishAsync(PublishCompletionOptions?, CancellationToken)"/>. 84/// Gets the completion state passed to <see cref="CompletePublishAsync(PublishCompletionOptions?, CancellationToken)"/>. 89/// Gets the pipeline summary passed to <see cref="CompletePublishAsync(PublishCompletionOptions?, CancellationToken)"/>. 133public Task CompletePublishAsync(PublishCompletionOptions? options = null, CancellationToken cancellationToken = default)
Aspire.Hosting.Docker.Tests (5)
tests\Shared\TestPipelineActivityReporter.cs (5)
74/// Gets a value indicating whether <see cref="CompletePublishAsync(PublishCompletionOptions?, CancellationToken)"/> has been called. 79/// Gets the completion message passed to <see cref="CompletePublishAsync(PublishCompletionOptions?, CancellationToken)"/>. 84/// Gets the completion state passed to <see cref="CompletePublishAsync(PublishCompletionOptions?, CancellationToken)"/>. 89/// Gets the pipeline summary passed to <see cref="CompletePublishAsync(PublishCompletionOptions?, CancellationToken)"/>. 133public Task CompletePublishAsync(PublishCompletionOptions? options = null, CancellationToken cancellationToken = default)
Aspire.Hosting.Foundry.Tests (5)
tests\Shared\TestPipelineActivityReporter.cs (5)
74/// Gets a value indicating whether <see cref="CompletePublishAsync(PublishCompletionOptions?, CancellationToken)"/> has been called. 79/// Gets the completion message passed to <see cref="CompletePublishAsync(PublishCompletionOptions?, CancellationToken)"/>. 84/// Gets the completion state passed to <see cref="CompletePublishAsync(PublishCompletionOptions?, CancellationToken)"/>. 89/// Gets the pipeline summary passed to <see cref="CompletePublishAsync(PublishCompletionOptions?, CancellationToken)"/>. 133public Task CompletePublishAsync(PublishCompletionOptions? options = null, CancellationToken cancellationToken = default)
Aspire.Hosting.Java.Tests (5)
tests\Shared\TestPipelineActivityReporter.cs (5)
74/// Gets a value indicating whether <see cref="CompletePublishAsync(PublishCompletionOptions?, CancellationToken)"/> has been called. 79/// Gets the completion message passed to <see cref="CompletePublishAsync(PublishCompletionOptions?, CancellationToken)"/>. 84/// Gets the completion state passed to <see cref="CompletePublishAsync(PublishCompletionOptions?, CancellationToken)"/>. 89/// Gets the pipeline summary passed to <see cref="CompletePublishAsync(PublishCompletionOptions?, CancellationToken)"/>. 133public Task CompletePublishAsync(PublishCompletionOptions? options = null, CancellationToken cancellationToken = default)
Aspire.Hosting.Kubernetes.Tests (5)
tests\Shared\TestPipelineActivityReporter.cs (5)
74/// Gets a value indicating whether <see cref="CompletePublishAsync(PublishCompletionOptions?, CancellationToken)"/> has been called. 79/// Gets the completion message passed to <see cref="CompletePublishAsync(PublishCompletionOptions?, CancellationToken)"/>. 84/// Gets the completion state passed to <see cref="CompletePublishAsync(PublishCompletionOptions?, CancellationToken)"/>. 89/// Gets the pipeline summary passed to <see cref="CompletePublishAsync(PublishCompletionOptions?, CancellationToken)"/>. 133public Task CompletePublishAsync(PublishCompletionOptions? options = null, CancellationToken cancellationToken = default)
Aspire.Hosting.Rust.Tests (5)
tests\Shared\TestPipelineActivityReporter.cs (5)
74/// Gets a value indicating whether <see cref="CompletePublishAsync(PublishCompletionOptions?, CancellationToken)"/> has been called. 79/// Gets the completion message passed to <see cref="CompletePublishAsync(PublishCompletionOptions?, CancellationToken)"/>. 84/// Gets the completion state passed to <see cref="CompletePublishAsync(PublishCompletionOptions?, CancellationToken)"/>. 89/// Gets the pipeline summary passed to <see cref="CompletePublishAsync(PublishCompletionOptions?, CancellationToken)"/>. 133public Task CompletePublishAsync(PublishCompletionOptions? options = null, CancellationToken cancellationToken = default)
Aspire.Hosting.Tests (5)
tests\Shared\TestPipelineActivityReporter.cs (5)
74/// Gets a value indicating whether <see cref="CompletePublishAsync(PublishCompletionOptions?, CancellationToken)"/> has been called. 79/// Gets the completion message passed to <see cref="CompletePublishAsync(PublishCompletionOptions?, CancellationToken)"/>. 84/// Gets the completion state passed to <see cref="CompletePublishAsync(PublishCompletionOptions?, CancellationToken)"/>. 89/// Gets the pipeline summary passed to <see cref="CompletePublishAsync(PublishCompletionOptions?, CancellationToken)"/>. 133public Task CompletePublishAsync(PublishCompletionOptions? options = null, CancellationToken cancellationToken = default)