Class DiscoveredObject
- java.lang.Object
-
- jetbrains.buildServer.serverSide.discovery.DiscoveredObject
-
public class DiscoveredObject extends Object
Represents some discovered object which has notion of type and parameters.- Since:
- 8.1
-
-
Constructor Summary
Constructors Constructor Description DiscoveredObject(String type, Map<String,String> parameters)
Creates new auto-discovered object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Map<String,String>
getParameters()
String
getType()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getType
@NotNull public String getType()
- Returns:
- object type
-
-