Uses of Interface
com.atlassian.bamboo.specs.RssProjectPermission
-
Packages that use RssProjectPermission Package Description com.atlassian.bamboo.migration.stream.build com.atlassian.bamboo.specs -
-
Uses of RssProjectPermission in com.atlassian.bamboo.migration.stream.build
Methods in com.atlassian.bamboo.migration.stream.build that return RssProjectPermission Modifier and Type Method Description protected @NotNull RssProjectPermission
RssProjectPermissionsMapper. createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
Methods in com.atlassian.bamboo.migration.stream.build with parameters of type RssProjectPermission Modifier and Type Method Description protected void
RssProjectPermissionsMapper. exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull RssProjectPermission permission, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean)
-
Uses of RssProjectPermission in com.atlassian.bamboo.specs
Classes in com.atlassian.bamboo.specs that implement RssProjectPermission Modifier and Type Class Description class
RssProjectPermissionImpl
Methods in com.atlassian.bamboo.specs that return RssProjectPermission Modifier and Type Method Description @Nullable RssProjectPermission
RssProjectPermissionDao. findById(long id)
Search by permission ID.@Nullable RssProjectPermission
RssProjectPermissionHibernateDaoImpl. findById(long id)
@Nullable RssProjectPermission
RssProjectPermissionDao. findByProjectIdAndRepositoryId(long projectId, long repositoryId)
Search by build project ID and repository ID.@Nullable RssProjectPermission
RssProjectPermissionHibernateDaoImpl. findByProjectIdAndRepositoryId(long projectId, long repositoryId)
Methods in com.atlassian.bamboo.specs that return types with arguments of type RssProjectPermission Modifier and Type Method Description @NotNull List<RssProjectPermission>
RssProjectPermissionDao. findByProjectId(long projectId)
Search by build project ID.@NotNull List<RssProjectPermission>
RssProjectPermissionHibernateDaoImpl. findByProjectId(long projectId)
@NotNull List<RssProjectPermission>
RssProjectPermissionDao. findByRepositoryId(long repositoryId)
Search by repository ID@NotNull List<RssProjectPermission>
RssProjectPermissionHibernateDaoImpl. findByRepositoryId(long repositoryId)
Methods in com.atlassian.bamboo.specs with parameters of type RssProjectPermission Modifier and Type Method Description void
RssProjectPermissionDao. delete(RssProjectPermission entity)
DeleteRssProjectPermission
entity.void
RssProjectPermissionHibernateDaoImpl. delete(RssProjectPermission entity)
void
RssProjectPermissionDao. save(RssProjectPermission entity)
Save newRssProjectPermission
entityvoid
RssProjectPermissionHibernateDaoImpl. save(RssProjectPermission entity)
-