public class ClusterCleaner extends Object
Constructor and Description |
---|
ClusterCleaner(JiraCluster.Node node) |
ClusterCleaner(JiraCluster cluster) |
Modifier and Type | Method and Description |
---|---|
void |
safelyDeleteCustomField(String fieldId) |
void |
safelyDeleteGroup(String name)
Deletes the group with the given name via the node 1 back door.
|
void |
safelyDeleteIssueSecurityScheme(String issueSecuritySchemeName) |
void |
safelyDeletePermissionScheme(Long schemeId) |
void |
safelyDeleteProject(String projectKey) |
void |
safelyDeleteUser(String username)
Deletes the user with the given username via the node 1 back door.
|
void |
safelyDeleteWorkflow(String workflowName) |
void |
safelyDeleteWorkflowScheme(String workflowSchemeName) |
@Inject public ClusterCleaner(JiraCluster cluster)
public ClusterCleaner(JiraCluster.Node node)
public void safelyDeleteCustomField(String fieldId)
public void safelyDeleteProject(String projectKey)
public void safelyDeleteIssueSecurityScheme(String issueSecuritySchemeName)
public final void safelyDeleteGroup(String name)
name
- ignored if blankpublic final void safelyDeleteUser(String username)
username
- ignored if blankpublic void safelyDeleteWorkflow(String workflowName)
public void safelyDeleteWorkflowScheme(String workflowSchemeName)
public void safelyDeletePermissionScheme(Long schemeId)
Copyright © 2002-2024 Atlassian. All Rights Reserved.