Class TrustedKeysPage.TrustedKeyImpl
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.admin.TrustedKeysPage.TrustedKeyImpl
-
- All Implemented Interfaces:
BambooIdProvider
,BambooObject
,TrustedKey
- Enclosing class:
- TrustedKeysPage
public static class TrustedKeysPage.TrustedKeyImpl extends Object implements TrustedKey
-
-
Constructor Summary
Constructors Constructor Description TrustedKeyImpl(String host, String key)
TrustedKeyImpl(String host, String key, long id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getHost()
long
getId()
String
getKey()
int
hashCode()
boolean
isApproved()
void
setId(long id)
String
toString()
-
-
-
Method Detail
-
getHost
public String getHost()
- Specified by:
getHost
in interfaceTrustedKey
-
getKey
public String getKey()
- Specified by:
getKey
in interfaceTrustedKey
-
isApproved
public boolean isApproved()
- Specified by:
isApproved
in interfaceTrustedKey
-
getId
public long getId()
- Specified by:
getId
in interfaceBambooIdProvider
-
setId
public void setId(long id)
- Specified by:
setId
in interfaceBambooObject
-
-