Class RestRemoteAgentAuthentication
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.agent.RestRemoteAgentAuthentication
-
public class RestRemoteAgentAuthentication extends Object
-
-
Constructor Summary
Constructors Constructor Description RestRemoteAgentAuthentication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIp()
@NotNull Set<String>
getIpPatterns()
String
getUuid()
boolean
isApproved()
void
setApproved(boolean approved)
void
setIp(String ip)
void
setIpPatterns(@NotNull Iterable<String> ipPatterns)
void
setUuid(String uuid)
-