PublisherArguments constructor
PublisherArguments(})
Creates a new publisher arguments instance.
Parameters:
publisher- The publisher platform identifiervariables- Variable processor for argument substitutionfilePath- Path to the application binary or directorybinaryType- Type of binary (apk, aab, ipa)
Initializes the base publisher configuration with the specified parameters and inherits job argument functionality.
Implementation
PublisherArguments(
this.publisher,
super.variables, {
required this.filePath,
required this.binaryType,
});