java.lang.Object
org.kohsuke.github.GHExternalGroup
- All Implemented Interfaces:
Refreshable
An external group available in a GitHub organization.
- Author:
- Miguel Esteban GutiƩrrez
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA reference of an external member linked to an external groupstatic classA reference of a team linked to an external group -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kohsuke.github.Refreshable
refresh
-
Method Details
-
getId
public long getId()Get the external group id.- Returns:
- the id
-
getMembers
Get the external members linked to this group.- Returns:
- the external members
-
getName
Get the external group name.- Returns:
- the name
-
getOrganization
Gets organization.- Returns:
- the organization
-
getTeams
Get the teams linked to this group.- Returns:
- the teams
-
getUpdatedAt
@WithBridgeMethods(value=java.util.Date.class, adapterMethod="instantToDate") public Instant getUpdatedAt()Get the external group last update date.- Returns:
- the date
-
refresh
Refresh.- Specified by:
refreshin interfaceRefreshable- Throws:
IOException- Signals that an I/O exception has occurred.
-