Groovy Documentation

org.gradle.tooling.model
[Java] Interface Element

org.gradle.tooling.model.Model
  org.gradle.tooling.model.Element
All Superinterfaces:
Model

public interface Element
extends Model

Described model element.

Since:
1.0-milestone-5


Method Summary
String getDescription()

Returns the description of the element, or null if it has no description.

String getName()

Returns the name of the element.

 

Method Detail

getDescription

@Nullable
public String getDescription()
Returns the description of the element, or null if it has no description.
Returns:
The description of the element, or null if it has no description.
Since:
1.0-milestone-5


getName

public String getName()
Returns the name of the element. Note that the name is not a unique identifier.
Returns:
The name of the element.
Since:
1.0-milestone-5


 

Gradle API 1.8