GradleDownloadInformation Class

Summary

Download information for gradle.

Compare to .

Assembly
Cake.Gradle.dll
Namespace
Cake.Gradle.Bootstrap
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["GradleDownloadInformation"] class Type type-node

Syntax

public class GradleDownloadInformation

Constructors

Properties

Name Value Summary
DownloadUrl string
Gets or sets the download url of gradle.
Version string
Gets or sets the Version of gradle.

Extension Methods

Name Value Summary
Dump<GradleDownloadInformation>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<GradleDownloadInformation>(GradleDownloadInformation[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<GradleDownloadInformation>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<GradleDownloadInformation>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<GradleDownloadInformation>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<GradleDownloadInformation>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin