- AbstractExtraToolInstaller - Class in com.synopsys.arc.jenkinsci.plugins.extratoolinstallers.installers
-
Abstract class, which encapsulates common methods for installers.
- AbstractExtraToolInstaller(String, String, boolean) - Constructor for class com.synopsys.arc.jenkinsci.plugins.extratoolinstallers.installers.AbstractExtraToolInstaller
-
- AnyOfInstaller - Class in io.jenkins.plugins.extratoolinstallers.installers
-
Installs tools using "any of" the installation methods provided.
- AnyOfInstaller() - Constructor for class io.jenkins.plugins.extratoolinstallers.installers.AnyOfInstaller
-
- AnyOfInstaller.DescriptorImpl - Class in io.jenkins.plugins.extratoolinstallers.installers
-
- AnyOfInstaller_1loop_1installer_1attempt(Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AnyOfInstaller.1loop_1installer_1attempt: [Any of]
{7}.
- AnyOfInstaller_1loop_1installer_attempts(Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AnyOfInstaller.1loop_1installer_attempts: [Any of:
Attempt {5} of {6}] {7}.
- AnyOfInstaller_1loop_installers_1attempt(Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AnyOfInstaller.1loop_installers_1attempt: [Any of:
Installer {2}/{3} "{4}"] {7}.
- AnyOfInstaller_1loop_installers_attempts(Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AnyOfInstaller.1loop_installers_attempts: [Any of:
Installer {2}/{3} "{4}", attempt {5} of {6}] {7}.
- AnyOfInstaller_all_failed() - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AnyOfInstaller.all_failed: No installation was
successful..
- AnyOfInstaller_DescriptorImpl_displayName() - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AnyOfInstaller.DescriptorImpl.displayName: Try any
of ....
- AnyOfInstaller_loops_1installer_1attempt(Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AnyOfInstaller.loops_1installer_1attempt: [Any of:
Loop {0}/{1}] {7}.
- AnyOfInstaller_loops_1installer_attempts(Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AnyOfInstaller.loops_1installer_attempts: [Any of:
Loop {0}/{1}, attempt {5} of {6}] {7}.
- AnyOfInstaller_loops_installers_1attempt(Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AnyOfInstaller.loops_installers_1attempt: [Any of:
Loop {0}/{1}, installer {2}/{3} "{4}"] {7}.
- AnyOfInstaller_loops_installers_attempts(Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AnyOfInstaller.loops_installers_attempts: [Any of:
Loop {0}/{1}, installer {2}/{3} "{4}", attempt {5} of {6}] {7}.
- appliesTo(Node) - Method in class io.jenkins.plugins.extratoolinstallers.installers.AnyOfInstaller
-
- AuthenticatedZipExtractionInstaller - Class in io.jenkins.plugins.extratoolinstallers.installers
-
A ToolInstaller that downloads a zip or tar.gz and unpacks it in
order to install a tool.
- AuthenticatedZipExtractionInstaller(String) - Constructor for class io.jenkins.plugins.extratoolinstallers.installers.AuthenticatedZipExtractionInstaller
-
- AuthenticatedZipExtractionInstaller.DescriptorImpl - Class in io.jenkins.plugins.extratoolinstallers.installers
-
- AuthenticatedZipExtractionInstaller_404_http_response_from_server() - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AuthenticatedZipExtractionInstaller.404_http_response_from_server:
Resource not found..
- AuthenticatedZipExtractionInstaller_anonymous_download_new(Object, Object, Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AuthenticatedZipExtractionInstaller.anonymous_download_new: Anonymously downloading {0} into {1} on {2}..
- AuthenticatedZipExtractionInstaller_anonymous_download_newer(Object, Object, Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AuthenticatedZipExtractionInstaller.anonymous_download_newer: Anonymously downloading {0} into {1} on {2} because existing contents
is out of date..
- AuthenticatedZipExtractionInstaller_authenticated_download_new(Object, Object, Object, Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AuthenticatedZipExtractionInstaller.authenticated_download_new:
Downloading {0} as {1} into {2} on {3}..
- AuthenticatedZipExtractionInstaller_authenticated_download_newer(Object, Object, Object, Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AuthenticatedZipExtractionInstaller.authenticated_download_newer:
Downloading {0} as {1} into {2} on {3} because existing
contents is out of date..
- AuthenticatedZipExtractionInstaller_bad_http_response_from_server(Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AuthenticatedZipExtractionInstaller.bad_http_response_from_server:
Could not download from server: {0}.
- AuthenticatedZipExtractionInstaller_could_not_connect(Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AuthenticatedZipExtractionInstaller.could_not_connect:
Could not connect to URL: {0}.
- AuthenticatedZipExtractionInstaller_credentials_rejected(Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AuthenticatedZipExtractionInstaller.credentials_rejected:
Credentials for user "{0}" were rejected..
- AuthenticatedZipExtractionInstaller_credentials_required() - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AuthenticatedZipExtractionInstaller.credentials_required:
Credentials are required..
- AuthenticatedZipExtractionInstaller_DescriptorImpl_displayName() - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AuthenticatedZipExtractionInstaller.DescriptorImpl.displayName:
Download (with basic authentication) and extract
*.zip/*.tar.gz.
- AuthenticatedZipExtractionInstaller_download_skipped(Object, Object, Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AuthenticatedZipExtractionInstaller.download_skipped:
Skipping download of {0} as {1} is up to date on {2}..
- AuthenticatedZipExtractionInstaller_invalid_credentials(Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AuthenticatedZipExtractionInstaller.invalid_credentials:
Currently selected credentials (ID {0}) are not valid..
- AuthenticatedZipExtractionInstaller_malformed_url() - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AuthenticatedZipExtractionInstaller.malformed_url: Malformed URL..
- AuthenticatedZipExtractionInstaller_unpack_failed(Object, Object, Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AuthenticatedZipExtractionInstaller.unpack_failed: Failed to unpack {0} ({1} bytes read of total {2}).
- _AnyOfInstaller_1loop_1installer_1attempt(Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AnyOfInstaller.1loop_1installer_1attempt: [Any of]
{7}.
- _AnyOfInstaller_1loop_1installer_attempts(Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AnyOfInstaller.1loop_1installer_attempts: [Any of:
Attempt {5} of {6}] {7}.
- _AnyOfInstaller_1loop_installers_1attempt(Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AnyOfInstaller.1loop_installers_1attempt: [Any of:
Installer {2}/{3} "{4}"] {7}.
- _AnyOfInstaller_1loop_installers_attempts(Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AnyOfInstaller.1loop_installers_attempts: [Any of:
Installer {2}/{3} "{4}", attempt {5} of {6}] {7}.
- _AnyOfInstaller_all_failed() - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AnyOfInstaller.all_failed: No installation was
successful..
- _AnyOfInstaller_DescriptorImpl_displayName() - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AnyOfInstaller.DescriptorImpl.displayName: Try any
of ....
- _AnyOfInstaller_loops_1installer_1attempt(Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AnyOfInstaller.loops_1installer_1attempt: [Any of:
Loop {0}/{1}] {7}.
- _AnyOfInstaller_loops_1installer_attempts(Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AnyOfInstaller.loops_1installer_attempts: [Any of:
Loop {0}/{1}, attempt {5} of {6}] {7}.
- _AnyOfInstaller_loops_installers_1attempt(Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AnyOfInstaller.loops_installers_1attempt: [Any of:
Loop {0}/{1}, installer {2}/{3} "{4}"] {7}.
- _AnyOfInstaller_loops_installers_attempts(Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AnyOfInstaller.loops_installers_attempts: [Any of:
Loop {0}/{1}, installer {2}/{3} "{4}", attempt {5} of {6}] {7}.
- _AuthenticatedZipExtractionInstaller_404_http_response_from_server() - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AuthenticatedZipExtractionInstaller.404_http_response_from_server:
Resource not found..
- _AuthenticatedZipExtractionInstaller_anonymous_download_new(Object, Object, Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AuthenticatedZipExtractionInstaller.anonymous_download_new: Anonymously downloading {0} into {1} on {2}..
- _AuthenticatedZipExtractionInstaller_anonymous_download_newer(Object, Object, Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AuthenticatedZipExtractionInstaller.anonymous_download_newer: Anonymously downloading {0} into {1} on {2} because existing contents
is out of date..
- _AuthenticatedZipExtractionInstaller_authenticated_download_new(Object, Object, Object, Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AuthenticatedZipExtractionInstaller.authenticated_download_new:
Downloading {0} as {1} into {2} on {3}..
- _AuthenticatedZipExtractionInstaller_authenticated_download_newer(Object, Object, Object, Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AuthenticatedZipExtractionInstaller.authenticated_download_newer:
Downloading {0} as {1} into {2} on {3} because existing
contents is out of date..
- _AuthenticatedZipExtractionInstaller_bad_http_response_from_server(Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AuthenticatedZipExtractionInstaller.bad_http_response_from_server:
Could not download from server: {0}.
- _AuthenticatedZipExtractionInstaller_could_not_connect(Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AuthenticatedZipExtractionInstaller.could_not_connect:
Could not connect to URL: {0}.
- _AuthenticatedZipExtractionInstaller_credentials_rejected(Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AuthenticatedZipExtractionInstaller.credentials_rejected:
Credentials for user "{0}" were rejected..
- _AuthenticatedZipExtractionInstaller_credentials_required() - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AuthenticatedZipExtractionInstaller.credentials_required:
Credentials are required..
- _AuthenticatedZipExtractionInstaller_DescriptorImpl_displayName() - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AuthenticatedZipExtractionInstaller.DescriptorImpl.displayName:
Download (with basic authentication) and extract
*.zip/*.tar.gz.
- _AuthenticatedZipExtractionInstaller_download_skipped(Object, Object, Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AuthenticatedZipExtractionInstaller.download_skipped:
Skipping download of {0} as {1} is up to date on {2}..
- _AuthenticatedZipExtractionInstaller_invalid_credentials(Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AuthenticatedZipExtractionInstaller.invalid_credentials:
Currently selected credentials (ID {0}) are not valid..
- _AuthenticatedZipExtractionInstaller_malformed_url() - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AuthenticatedZipExtractionInstaller.malformed_url: Malformed URL..
- _AuthenticatedZipExtractionInstaller_unpack_failed(Object, Object, Object) - Static method in class io.jenkins.plugins.extratoolinstallers.installers.Messages
-
Key AuthenticatedZipExtractionInstaller.unpack_failed: Failed to unpack {0} ({1} bytes read of total {2}).
- _BatchCommandInstaller_DescriptorImpl_displayName() - Static method in class com.synopsys.arc.jenkinsci.plugins.extratoolinstallers.installers.Messages
-
Key BatchCommandInstaller.DescriptorImpl.displayName: Run Batch Command (with variable substitution).
- _BatchCommandInstaller_no_command() - Static method in class com.synopsys.arc.jenkinsci.plugins.extratoolinstallers.installers.Messages
-
Key BatchCommandInstaller.no_command: Must provide a
command to run..
- _BatchCommandInstaller_no_toolHome() - Static method in class com.synopsys.arc.jenkinsci.plugins.extratoolinstallers.installers.Messages
-
Key BatchCommandInstaller.no_toolHome: Must provide a
tool home directory..
- _SharedDirectoryInstaller_DescriptorImpl_displayName() - Static method in class com.synopsys.arc.jenkinsci.plugins.extratoolinstallers.installers.Messages
-
Key SharedDirectoryInstaller.DescriptorImpl.displayName:
Use tool from the specified directory.
- _SharedDirectoryInstaller_no_toolHome() - Static method in class com.synopsys.arc.jenkinsci.plugins.extratoolinstallers.installers.Messages
-
Key SharedDirectoryInstaller.no_toolHome: Must provide
a tool home directory..
- _StubInstaller_defaultMessage() - Static method in class com.synopsys.arc.jenkinsci.plugins.extratoolinstallers.installers.Messages
-
Key StubInstaller.defaultMessage: Installation will be
skipped..
- _StubInstaller_displayName() - Static method in class com.synopsys.arc.jenkinsci.plugins.extratoolinstallers.installers.Messages
-
Key StubInstaller.displayName: Skip or fail the
installation.
- _StubInstaller_noMessage() - Static method in class com.synopsys.arc.jenkinsci.plugins.extratoolinstallers.installers.Messages
-
Key StubInstaller.noMessage: {@code No message specified.