Class ForgejoFunctions


  • public final class ForgejoFunctions
    extends java.lang.Object
    • Constructor Detail

      • ForgejoFunctions

        public ForgejoFunctions()
    • Method Detail

      • getCurrentUser

        public static com.pulumi.core.Output<GetCurrentUserResult> getCurrentUser()
        Returns the authenticated Forgejo user.
      • getCurrentUserPlain

        public static java.util.concurrent.CompletableFuture<GetCurrentUserResult> getCurrentUserPlain()
        Returns the authenticated Forgejo user.
      • getCurrentUser

        public static com.pulumi.core.Output<GetCurrentUserResult> getCurrentUser​(GetCurrentUserArgs args,
                                                                                  com.pulumi.deployment.InvokeOptions options)
        Returns the authenticated Forgejo user.
      • getCurrentUser

        public static com.pulumi.core.Output<GetCurrentUserResult> getCurrentUser​(GetCurrentUserArgs args,
                                                                                  com.pulumi.deployment.InvokeOutputOptions options)
        Returns the authenticated Forgejo user.
      • getCurrentUserPlain

        public static java.util.concurrent.CompletableFuture<GetCurrentUserResult> getCurrentUserPlain​(GetCurrentUserPlainArgs args,
                                                                                                       com.pulumi.deployment.InvokeOptions options)
        Returns the authenticated Forgejo user.