Uses of Interface
com.atlassian.bamboo.buildqueue.RemoteAgentAuthenticationEntity
-
Packages that use RemoteAgentAuthenticationEntity Package Description com.atlassian.bamboo.buildqueue com.atlassian.bamboo.buildqueue.dao com.atlassian.bamboo.migration.stream -
-
Uses of RemoteAgentAuthenticationEntity in com.atlassian.bamboo.buildqueue
Classes in com.atlassian.bamboo.buildqueue that implement RemoteAgentAuthenticationEntity Modifier and Type Class Description classRemoteAgentAuthenticationImplDefault implementation ofRemoteAgentAuthenticationEntity.Methods in com.atlassian.bamboo.buildqueue that return types with arguments of type RemoteAgentAuthenticationEntity Modifier and Type Method Description static com.google.common.base.Function<RemoteAgentAuthenticationEntity,ImmutableRemoteAgentAuthentication>RemoteAgentAuthentications. fromEntity()static Function<RemoteAgentAuthenticationEntity,ImmutableRemoteAgentAuthentication>RemoteAgentAuthentications. fromEntityJdk()static com.google.common.base.Function<RemoteAgentAuthentication,RemoteAgentAuthenticationEntity>RemoteAgentAuthentications. toEntity(RemoteAgentAuthenticationDao agentAuthenticationDao)Methods in com.atlassian.bamboo.buildqueue with parameters of type RemoteAgentAuthenticationEntity Modifier and Type Method Description intRemoteAgentAuthenticationImpl. compareTo(RemoteAgentAuthenticationEntity other)Constructors in com.atlassian.bamboo.buildqueue with parameters of type RemoteAgentAuthenticationEntity Constructor Description ImmutableRemoteAgentAuthentication(RemoteAgentAuthenticationEntity entity) -
Uses of RemoteAgentAuthenticationEntity in com.atlassian.bamboo.buildqueue.dao
Methods in com.atlassian.bamboo.buildqueue.dao that return RemoteAgentAuthenticationEntity Modifier and Type Method Description @NotNull RemoteAgentAuthenticationEntityRemoteAgentAuthenticationDao. saveAndReturn(RemoteAgentAuthenticationEntity authentication)Save and return a new remote agent authentication.@NotNull RemoteAgentAuthenticationEntityRemoteAgentAuthenticationHibernateDao. saveAndReturn(RemoteAgentAuthenticationEntity authentication)Methods in com.atlassian.bamboo.buildqueue.dao that return types with arguments of type RemoteAgentAuthenticationEntity Modifier and Type Method Description @NotNull Collection<RemoteAgentAuthenticationEntity>RemoteAgentAuthenticationDao. getAllAuthentications()Get all agent authentications.@NotNull Collection<RemoteAgentAuthenticationEntity>RemoteAgentAuthenticationHibernateDao. getAllAuthentications()Methods in com.atlassian.bamboo.buildqueue.dao with parameters of type RemoteAgentAuthenticationEntity Modifier and Type Method Description @NotNull RemoteAgentAuthenticationEntityRemoteAgentAuthenticationDao. saveAndReturn(RemoteAgentAuthenticationEntity authentication)Save and return a new remote agent authentication.@NotNull RemoteAgentAuthenticationEntityRemoteAgentAuthenticationHibernateDao. saveAndReturn(RemoteAgentAuthenticationEntity authentication)Method parameters in com.atlassian.bamboo.buildqueue.dao with type arguments of type RemoteAgentAuthenticationEntity Modifier and Type Method Description voidRemoteAgentAuthenticationDao. approve(Iterable<RemoteAgentAuthenticationEntity> authentications)Approve all authentications in the collection.voidRemoteAgentAuthenticationHibernateDao. approve(Iterable<RemoteAgentAuthenticationEntity> authentications) -
Uses of RemoteAgentAuthenticationEntity in com.atlassian.bamboo.migration.stream
Methods in com.atlassian.bamboo.migration.stream that return RemoteAgentAuthenticationEntity Modifier and Type Method Description protected @NotNull RemoteAgentAuthenticationEntityRemoteAgentAuthenticationMapper. createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)Methods in com.atlassian.bamboo.migration.stream with parameters of type RemoteAgentAuthenticationEntity Modifier and Type Method Description voidRemoteAgentAuthenticationMapper. afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<RemoteAgentAuthenticationEntity> list, @NotNull RemoteAgentAuthenticationEntity object, long objectIndex, @NotNull org.hibernate.Session session)protected voidRemoteAgentAuthenticationMapper. exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull RemoteAgentAuthenticationEntity object, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean)protected voidRemoteAgentAuthenticationMapper. importProperties(@NotNull RemoteAgentAuthenticationEntity object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session)Method parameters in com.atlassian.bamboo.migration.stream with type arguments of type RemoteAgentAuthenticationEntity Modifier and Type Method Description voidRemoteAgentAuthenticationMapper. afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<RemoteAgentAuthenticationEntity> list, @NotNull RemoteAgentAuthenticationEntity object, long objectIndex, @NotNull org.hibernate.Session session)
-