Uses of Interface
com.atlassian.bamboo.rest.common.InputParser
Packages that use InputParser
Package
Description
-
Uses of InputParser in com.atlassian.bamboo.plugins.rest.build
Constructors in com.atlassian.bamboo.plugins.rest.build with parameters of type InputParserModifierConstructorDescriptionPlanDirectoryInformationResource
(CachedPlanManager planManager, com.atlassian.event.api.EventPublisher eventPublisher, StorageLocationService storageLocationService, InputParser inputParser, RestAuthenticationContext restAuthenticationContext, com.atlassian.sal.api.web.context.HttpContext httpContext) -
Uses of InputParser in com.atlassian.bamboo.plugins.rest.common
Classes in com.atlassian.bamboo.plugins.rest.common that implement InputParser -
Uses of InputParser in com.atlassian.bamboo.plugins.rest.plan
Constructors in com.atlassian.bamboo.plugins.rest.plan with parameters of type InputParserModifierConstructorDescriptionPlanConfigResource
(PlanService planService, JobService jobService, InputParser inputParser, PaginationService paginationService, PlanConversionFunction planConversionFunction, JobConversionFunction jobConversionFunction) -
Uses of InputParser in com.atlassian.bamboo.plugins.rest.plan.stage
Constructors in com.atlassian.bamboo.plugins.rest.plan.stage with parameters of type InputParserModifierConstructorDescriptionStageConfigResource
(BambooPermissionManager bambooPermissionManager, RestStageService restStageService, StageService stageService, StageConversionFunction stageConversionFunction, InputParser inputParser, PaginationService paginationService, PlanRestService planRestService) -
Uses of InputParser in com.atlassian.bamboo.plugins.rest.plan.stage.job
Constructors in com.atlassian.bamboo.plugins.rest.plan.stage.job with parameters of type InputParserModifierConstructorDescriptionJobConfigResource
(BambooPermissionManager bambooPermissionManager, RestJobService restJobService, JobService jobService, InputParser inputParser, com.atlassian.sal.api.message.I18nResolver i18nResolver, PaginationService paginationService, JobConversionFunction jobConversionFunction) JobConfigShortcutResource
(RestJobService restJobService, JobService jobService, InputParser inputParser, JobConversionFunction jobConversionFunction) -
Uses of InputParser in com.atlassian.bamboo.plugins.rest.plan.stage.job.artifact
Constructors in com.atlassian.bamboo.plugins.rest.plan.stage.job.artifact with parameters of type InputParserModifierConstructorDescriptionArtifactResource
(RestArtifactService restArtifactService, InputParser inputParser) -
Uses of InputParser in com.atlassian.bamboo.plugins.rest.plan.stage.job.assignment
Constructors in com.atlassian.bamboo.plugins.rest.plan.stage.job.assignment with parameters of type InputParserModifierConstructorDescriptionJobAgentAssignmentResource
(AgentAssignmentService agentAssignmentService, AgentManager agentManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooPermissionManager bambooPermissionManager, ElasticImageConfigurationManager elasticImageConfigurationManager, EphemeralAgentsService ephemeralAgentsService, com.atlassian.sal.api.message.I18nResolver i18nResolver, com.atlassian.event.api.EventPublisher eventPublisher, InputParser inputParser, CachedPlanManager planManager) -
Uses of InputParser in com.atlassian.bamboo.plugins.rest.plan.stage.job.requirement
Constructors in com.atlassian.bamboo.plugins.rest.plan.stage.job.requirement with parameters of type InputParserModifierConstructorDescriptionRequirementResource
(RequirementService requirementService, BambooPermissionManager bambooPermissionManager, FeatureManager featureManager, InputParser inputParser, LinkService linkService, PlanRestService planRestService) -
Uses of InputParser in com.atlassian.bamboo.plugins.rest.plan.stage.job.task
Constructors in com.atlassian.bamboo.plugins.rest.plan.stage.job.task with parameters of type InputParserModifierConstructorDescriptionTaskConfigResource
(com.atlassian.sal.api.message.I18nResolver i18nResolver, InputParser inputParser, JobService jobService, TaskService taskService, CachedPlanManager cachedPlanManager, PaginationService paginationService, TaskConversionFunction taskConversionFunction)