Uses of Enum Class
org.azd.enums.PipelinesExpandOptions
Packages that use PipelinesExpandOptions
-
Uses of PipelinesExpandOptions in org.azd.enums
Methods in org.azd.enums that return PipelinesExpandOptionsModifier and TypeMethodDescriptionstatic PipelinesExpandOptionsReturns the enum constant of this class with the specified name.static PipelinesExpandOptions[]PipelinesExpandOptions.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PipelinesExpandOptions in org.azd.interfaces
Methods in org.azd.interfaces with parameters of type PipelinesExpandOptionsModifier and TypeMethodDescriptionPipelinesDetails.getArtifacts(int pipelineId, int runId, String artifactName, PipelinesExpandOptions expandOptions) PipelinesDetails.getPipelineLog(int pipelineId, int runId, int logId, PipelinesExpandOptions expandOptions) PipelinesDetails.getPipelineLogs(int pipelineId, int runId, PipelinesExpandOptions expandOptions) -
Uses of PipelinesExpandOptions in org.azd.pipelines
Methods in org.azd.pipelines with parameters of type PipelinesExpandOptionsModifier and TypeMethodDescriptionPipelinesApi.getArtifacts(int pipelineId, int runId, String artifactName, PipelinesExpandOptions expandOptions) Get a specific artifact from a pipeline runPipelinesApi.getPipelineLog(int pipelineId, int runId, int logId, PipelinesExpandOptions expandOptions) Get a specific log from a pipeline runPipelinesApi.getPipelineLogs(int pipelineId, int runId, PipelinesExpandOptions expandOptions) Get a list of logs from a pipeline run.