JiraSource_JiraQueries class final

JiraQueries contains the Jira queries and corresponding authentication.

Inheritance
  • Object
  • ProtoMessage
  • JiraSource_JiraQueries

Constructors

JiraSource_JiraQueries({List<String> projects = const [], List<String> customQueries = const [], required String email, required String serverUri, required ApiAuth_ApiKeyConfig? apiKeyConfig})
JiraSource_JiraQueries.fromJson(Object? j)
factory

Properties

apiKeyConfig ApiAuth_ApiKeyConfig?
Required. The SecretManager secret version resource name (e.g. projects/{project}/secrets/{secret}/versions/{version}) storing the Jira API key. See Manage API tokens for your Atlassian account.
final
customQueries List<String>
A list of custom Jira queries to import. For information about JQL (Jira Query Language), see https://support.atlassian.com/jira-service-management-cloud/docs/use-advanced-search-with-jira-query-language-jql/
final
email String
Required. The Jira email address.
final
hashCode int
The hash code for this object.
no setterinherited
projects List<String>
A list of Jira projects to import in their entirety.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverUri String
Required. The Jira server URI.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String