Class NodeConfig
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.NodeConfig
-
public class NodeConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description NodeConfig(String id, String url, Set<NodeResponsibility> enabledResponsibilities, Map<NodeResponsibility,Map<String,String>> responsibilityProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Set<NodeResponsibility>
getEnabledResponsibilities()
String
getId()
Map<NodeResponsibility,Map<String,String>>
getResponsibilityProperties()
String
getUrl()
int
hashCode()
-
-
-
Constructor Detail
-
NodeConfig
public NodeConfig(@NotNull String id, @NotNull String url, @NotNull Set<NodeResponsibility> enabledResponsibilities, @NotNull Map<NodeResponsibility,Map<String,String>> responsibilityProperties)
-
-
Method Detail
-
getId
public String getId()
-
getUrl
public String getUrl()
-
getEnabledResponsibilities
@NotNull public Set<NodeResponsibility> getEnabledResponsibilities()
-
getResponsibilityProperties
@NotNull public Map<NodeResponsibility,Map<String,String>> getResponsibilityProperties()
-
-