Package casa.siron.forgejo.forgejo
Class ForgejoFunctions
- java.lang.Object
-
- casa.siron.forgejo.forgejo.ForgejoFunctions
-
public final class ForgejoFunctions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ForgejoFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.pulumi.core.Output<GetCurrentUserResult>getCurrentUser()Returns the authenticated Forgejo user.static com.pulumi.core.Output<GetCurrentUserResult>getCurrentUser(GetCurrentUserArgs args)Returns the authenticated Forgejo user.static com.pulumi.core.Output<GetCurrentUserResult>getCurrentUser(GetCurrentUserArgs args, com.pulumi.deployment.InvokeOptions options)Returns the authenticated Forgejo user.static com.pulumi.core.Output<GetCurrentUserResult>getCurrentUser(GetCurrentUserArgs args, com.pulumi.deployment.InvokeOutputOptions options)Returns the authenticated Forgejo user.static java.util.concurrent.CompletableFuture<GetCurrentUserResult>getCurrentUserPlain()Returns the authenticated Forgejo user.static java.util.concurrent.CompletableFuture<GetCurrentUserResult>getCurrentUserPlain(GetCurrentUserPlainArgs args)Returns the authenticated Forgejo user.static java.util.concurrent.CompletableFuture<GetCurrentUserResult>getCurrentUserPlain(GetCurrentUserPlainArgs args, com.pulumi.deployment.InvokeOptions options)Returns the authenticated Forgejo user.
-
-
-
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)
Returns the authenticated Forgejo user.
-
getCurrentUserPlain
public static java.util.concurrent.CompletableFuture<GetCurrentUserResult> getCurrentUserPlain(GetCurrentUserPlainArgs args)
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.
-
-