Uses of Annotation Interface
com.codebarrel.api.InputSubstitutionSafe
Packages that use InputSubstitutionSafe
Package
Description
-
Uses of InputSubstitutionSafe in com.codebarrel.api.user
Methods in com.codebarrel.api.user with annotations of type InputSubstitutionSafeModifier and TypeMethodDescriptionUserBean.getAccountId()UserBean.getAvatarUrls()UserBean.getDisplayName()UserBean.getEmailAddress()Deprecated.This should never be called directly.UserBean.getGroups()UserBean.Groups.getItems()UserBean.getKey()UserBean.getLocale()GroupBean.getName()UserBean.getName()UserBean.getSelf()intUserBean.Groups.getSize()UserBean.getTimeZone()booleanUserBean.isActive() -
Uses of InputSubstitutionSafe in com.codebarrel.automation.api.component.smartvalues.impl
Methods in com.codebarrel.automation.api.component.smartvalues.impl with annotations of type InputSubstitutionSafeModifier and TypeMethodDescriptionDefaultGlobalScope.asDateTime(Object obj) Example usage: Use this to parse external data or non-date data into a Date field.DefaultGlobalScope.base64Decode()DefaultGlobalScope.base64Decode(String str) DefaultGlobalScope.base64Encode()DefaultGlobalScope.base64Encode(String str) DefaultGlobalScope.defaultText(Object obj, String defaultString) Example usage: When you have possibly blank strings that you want to display a default obj when the text is emptyDefaultGlobalScope.echo()DefaultGlobalScope.htmlEncode()DefaultGlobalScope.htmlEncode(String str) DefaultGlobalScope.increment()DefaultGlobalScope.jsonEncode()DefaultGlobalScope.jsonEncode(String str) DefaultGlobalScope.math()DefaultGlobalScope.now()DefaultGlobalScope.today()DefaultGlobalScope.urlEncode()DefaultGlobalScope.xmlEncode() -
Uses of InputSubstitutionSafe in com.codebarrel.automation.api.component.smartvalues.objectwrappers
Methods in com.codebarrel.automation.api.component.smartvalues.objectwrappers with annotations of type InputSubstitutionSafeModifier and TypeMethodDescriptionStringWrapper.abbreviate(int maxWidth) DiffPrinter.abs()NumberWrapper.abs()NumberWrapper.asCurrency()NumberWrapper.asCurrency(String locale) DatePrinter.asFullDate()DatePrinter.asFullDateTime()DatePrinter.asFullTime()NumberWrapper.asInt()DatePrinter.asJiraDate()DatePrinter.asJiraDateTime()DatePrinter.asJqlDate()DatePrinter.asJqlDateTime()CollectionWrapper.asJsonArray()StringWrapper.asJsonObject(String key) CollectionWrapper.asJsonObjectArray(String key) StringWrapper.asJsonString()CollectionWrapper.asJsonStringArray()DatePrinter.asLongDate()DatePrinter.asLongDateTime()DatePrinter.asLongTime()DatePrinter.asMediumDate()DatePrinter.asMediumDateTime()DatePrinter.asMediumTime()NumberWrapper.asPercentage()NumberWrapper.asPercentage(String locale) DatePrinter.asShortDate()DatePrinter.asShortDateTime()DatePrinter.asShortTime()CollectionWrapper.average()Example: {{issue.subtasks.Story Points.average}}CollectionWrapper.avg()longDiffPrinter.businessDays()StringWrapper.capitalize()NumberWrapper.ceil()StringWrapper.charAt(int index) intintLocalDateWrapper.compareTo(ZonedDateTime dt) intintZonedDateTimeWrapper.compareTo(ZonedDateTime dt) booleanZonedDateTimeWrapper.convertToTimeZone(String zoneStr) longDiffPrinter.days()ZonedDateTimeWrapper.diff(ZonedDateTime diffDate) CollectionWrapper.distinct()Example usage: Use it when you can have duplicates in a listExample usage: Time per person spent on a ticketLocalDateWrapper.endOfMonth()ZonedDateTimeWrapper.endOfMonth()booleanExample usage: Check if a support ticket has only had one participantsbooleanCollectionWrapper.first()LocalDateWrapper.firstBusinessDayOfMonth()ZonedDateTimeWrapper.firstBusinessDayOfMonth()LocalDateWrapper.firstOfTheMonth(double day) ZonedDateTimeWrapper.firstOfTheMonth(double day) NumberWrapper.floor()NumberWrapper.format()NumberWrapper.formatWithLocale(String locale) DatePrinter.fullDate()DatePrinter.fullDateTime()DatePrinter.fullTime()CollectionWrapper.get(int index) intLocalDateWrapper.getDayOfMonth()intZonedDateTimeWrapper.getDayOfMonth()intLocalDateWrapper.getDayOfWeek()intZonedDateTimeWrapper.getDayOfWeek()DatePrinter.getDayOfWeekName()DatePrinter.getDayOfWeekShortName()intLocalDateWrapper.getDayOfYear()intZonedDateTimeWrapper.getDayOfYear()CollectionWrapper.getFromEnd(int index) intZonedDateTimeWrapper.getHour()CustomSmartValueWrapper.getKey()booleanCustomSmartValueWrapper.getLazy()intZonedDateTimeWrapper.getMillis()intZonedDateTimeWrapper.getMinute()intLocalDateWrapper.getMonthOfYear()intZonedDateTimeWrapper.getMonthOfYear()DatePrinter.getOffsetFull()DatePrinter.getOffsetNarrow()DatePrinter.getOffsetShort()CustomSmartValueWrapper.getQuery()intZonedDateTimeWrapper.getSecond()intZonedDateTimeWrapper.getSeconds()CustomSmartValueWrapper.getTemplatedKey()Templated key is the variable name formatted using a template.static StringCustomSmartValueWrapper.getTemplatedKeyOf(String value) DatePrinter.getTimeZoneFull()DatePrinter.getTimeZoneNarrow()DatePrinter.getTimeZoneShort()CustomSmartValueWrapper.getType()CustomSmartValueWrapper.getValue()intDatePrinter.getWeekOfYear()intDatePrinter.getWeekOfYearIso()intLocalDateWrapper.getYear()intZonedDateTimeWrapper.getYear()ZonedDateTimeWrapper.getZoneId()Example usage: Check for a popular issueExample usage: You could use it to compare story points to set a t-shirt sizelongDiffPrinter.hours()StringWrapper.htmlEncode()intStringWrapper.indexOf(char ch) intbooleanbooleanLocalDateWrapper.isAfter(ZonedDateTime dt) booleanbooleanZonedDateTimeWrapper.isAfter(ZonedDateTime dt) booleanStringWrapper.isAlpha()booleanStringWrapper.isAlphanumeric()booleanbooleanLocalDateWrapper.isBefore(ZonedDateTime dt) booleanbooleanZonedDateTimeWrapper.isBefore(ZonedDateTime dt) booleanStringWrapper.isEmpty()booleanbooleanLocalDateWrapper.isEqual(ZonedDateTime dt) booleanbooleanZonedDateTimeWrapper.isEqual(ZonedDateTime dt) booleanLocalDateWrapper.isLeapYear()booleanZonedDateTimeWrapper.isLeapYear()booleanStringWrapper.isNotEmpty()booleanStringWrapper.isNumeric()DatePrinter.jiraDate()DatePrinter.jiraDateTime()DatePrinter.jqlDate()DatePrinter.jqlDateTime()StringWrapper.jsonEncode()CollectionWrapper.last()LocalDateWrapper.LastBusinessDayOfMonth()ZonedDateTimeWrapper.LastBusinessDayOfMonth()intStringWrapper.lastIndexOf(char ch) intStringWrapper.lastIndexOf(String str) LocalDateWrapper.lastOfTheMonth(double day) ZonedDateTimeWrapper.lastOfTheMonth(double day) StringWrapper.left(int len) StringWrapper.leftPad(int size, char padStr) intStringWrapper.length()intLocalDateWrapper.lengthOfMonth()intZonedDateTimeWrapper.lengthOfMonth()intLocalDateWrapper.lengthOfYear()intZonedDateTimeWrapper.lengthOfYear()DatePrinter.longDate()DatePrinter.longDateTime()DatePrinter.longTime()Example usage: Check for issues with few commentsExample usage: Check a custom fields for how many options are selectedCollectionWrapper.max()Example: {{issue.subtasks.Due date.max}}DatePrinter.mediumDate()DatePrinter.mediumDateTime()DatePrinter.mediumTime()longDiffPrinter.millis()CollectionWrapper.min()Example: {{issue.fixVersions.releaseDate.min}}LocalDateWrapper.minusBusinessDays(double value) ZonedDateTimeWrapper.minusBusinessDays(double value) ZonedDateTimeWrapper.minusBusinessHours(double value) LocalDateWrapper.minusDays(double days) ZonedDateTimeWrapper.minusDays(double days) ZonedDateTimeWrapper.minusHours(double hours) ZonedDateTimeWrapper.minusMillis(double millis) ZonedDateTimeWrapper.minusMinutes(double minutes) LocalDateWrapper.minusMonths(double months) ZonedDateTimeWrapper.minusMonths(double months) ZonedDateTimeWrapper.minusSeconds(double seconds) LocalDateWrapper.minusWeeks(double weeks) ZonedDateTimeWrapper.minusWeeks(double weeks) LocalDateWrapper.minusYears(double years) ZonedDateTimeWrapper.minusYears(double years) longDiffPrinter.minutes()longDiffPrinter.months()Example usage: You might want to set your target date as today + 3 days for each story pointLocalDateWrapper.ofTheMonth(double n, double day) ZonedDateTimeWrapper.ofTheMonth(double n, double day) Example usage: Automatically set your Story points to the current value and one for each subtaskLocalDateWrapper.plusBusinessDays(double value) ZonedDateTimeWrapper.plusBusinessDays(double value) ZonedDateTimeWrapper.plusBusinessHours(double value) LocalDateWrapper.plusDays(double days) ZonedDateTimeWrapper.plusDays(double days) ZonedDateTimeWrapper.plusHours(double hours) ZonedDateTimeWrapper.plusMillis(double millis) ZonedDateTimeWrapper.plusMinutes(double minutes) LocalDateWrapper.plusMonths(double months) ZonedDateTimeWrapper.plusMonths(double months) ZonedDateTimeWrapper.plusSeconds(double seconds) LocalDateWrapper.plusWeeks(double weeks) ZonedDateTimeWrapper.plusWeeks(double weeks) LocalDateWrapper.plusYears(double years) ZonedDateTimeWrapper.plusYears(double years) DiffPrinter.prettyPrint()StringWrapper.quote()StringWrapper.remove(char remove) StringWrapper.replace(char oldChar, char newChar) StringWrapper.replaceAll(String regex, String replacement) CollectionWrapper.reverse()StringWrapper.reverse()StringWrapper.right(int len) StringWrapper.rightPad(int size, char padStr) NumberWrapper.round()longDiffPrinter.seconds()ZonedDateTimeWrapper.setTimeZone(String zoneStr) DatePrinter.shortDate()DatePrinter.shortDateTime()DatePrinter.shortTime()intCollectionWrapper.size()StringWrapper.split(char del) LocalDateWrapper.startOfMonth()ZonedDateTimeWrapper.startOfMonth()booleanStringWrapper.startsWith(String prefix) StringWrapper.substring(int beginIndex) StringWrapper.substring(int beginIndex, int endIndex) StringWrapper.substringAfter(String separator) StringWrapper.substringAfterLast(String separator) StringWrapper.substringBefore(String separator) StringWrapper.substringBeforeLast(String separator) StringWrapper.substringBetween(String open, String close) CollectionWrapper.sum()Example: {{issue.subtasks.Story Points.sum}}LocalDateWrapper.toBusinessDay()ZonedDateTimeWrapper.toBusinessDay()LocalDateWrapper.toBusinessDayBackwards()ZonedDateTimeWrapper.toBusinessDayBackwards()LocalDateWrapper.toBusinessDayForwards()ZonedDateTimeWrapper.toBusinessDayForwards()ZonedDateTimeWrapper.toCurrentTime()StringWrapper.toDate()LocalDateWrapper.toDateTimeAtCurrentTime()LocalDateWrapper.toDateTimeAtCurrentTime(String timeZone) LocalDateWrapper.toDateTimeAtStartOfDay()LocalDateWrapper.toDateTimeAtStartOfDay(String timeZone) longLocalDateWrapper.toDays()longZonedDateTimeWrapper.toDays()StringWrapper.toLowerCase()ZonedDateTimeWrapper.toStartOfDay()StringWrapper.toUpperCase()StringWrapper.trim()StringWrapper.urlEncode()longDiffPrinter.weeks()LocalDateWrapper.withDayOfMonth(double dayOfMonth) ZonedDateTimeWrapper.withDayOfMonth(double dayOfMonth) LocalDateWrapper.withDayOfYear(double dayOfYear) ZonedDateTimeWrapper.withDayOfYear(double dayOfYear) DatePrinter.withFormat(String format) ZonedDateTimeWrapper.withHour(double hour) DatePrinter.withLocale(String locale) ZonedDateTimeWrapper.withMillis(double millis) ZonedDateTimeWrapper.withMinute(double minute) LocalDateWrapper.withMonth(double monthOfYear) ZonedDateTimeWrapper.withMonth(double monthOfYear) LocalDateWrapper.withMonthOfYear(double monthOfYear) ZonedDateTimeWrapper.withMonthOfYear(double monthOfYear) LocalDateWrapper.withNextDayOfWeek(double dayCodeOfTheWeek) LocalDateWrapper.withNextDayOfWeek(String dayCodeOfTheWeek) ZonedDateTimeWrapper.withNextDayOfWeek(double dayCodeOfTheWeek) ZonedDateTimeWrapper.withNextDayOfWeek(String dayCodeOfTheWeek) ZonedDateTimeWrapper.withSecond(double second) LocalDateWrapper.withYear(double year) ZonedDateTimeWrapper.withYear(double year) StringWrapper.xmlEncode()longDiffPrinter.years() -
Uses of InputSubstitutionSafe in com.codebarrel.automation.api.devops.smartvalues
Methods in com.codebarrel.automation.api.devops.smartvalues with annotations of type InputSubstitutionSafeModifier and TypeMethodDescriptionCommitSmartValueProvider.getHash()booleanCommitSmartValueProvider.getIsMergeCommit()CommitSmartValueProvider.getMessage()BranchSmartValueProvider.getName()CommitSmartValueProvider.getShortHash()PullRequestSmartValueProvider.getState()PullRequestSmartValueProvider.getTitle()BranchSmartValueProvider.getUrl()CommitSmartValueProvider.getUrl()PullRequestSmartValueProvider.getUrl() -
Uses of InputSubstitutionSafe in com.codebarrel.automation.api.service.statistics.limit
Methods in com.codebarrel.automation.api.service.statistics.limit with annotations of type InputSubstitutionSafeModifier and TypeMethodDescriptionlongLimitCheck.getCurrentValue()longBreachedRule.getId()BreachedRule.getLimit()longLimitCheck.getLimit()LimitCheck.getLimitNameKey()BreachedRule.getName()longBreachedRule.getServiceLimitRuleId()booleanLimitCheck.hasBreached() -
Uses of InputSubstitutionSafe in com.codebarrel.automation.api.webhook
Methods in com.codebarrel.automation.api.webhook with annotations of type InputSubstitutionSafeModifier and TypeMethodDescriptionWebhookResponseBean.getBody()WebhookResponseBean.getHeaders()intWebhookResponseBean.getStatus() -
Uses of InputSubstitutionSafe in com.codebarrel.automation.rulecomponent.jira.common.functions
Methods in com.codebarrel.automation.rulecomponent.jira.common.functions with annotations of type InputSubstitutionSafe -
Uses of InputSubstitutionSafe in com.codebarrel.automation.rulecomponent.jira.common.smartbeans
Methods in com.codebarrel.automation.rulecomponent.jira.common.smartbeans with annotations of type InputSubstitutionSafeModifier and TypeMethodDescriptionSmartIssueUrlsBean.customer()SmartAttachmentBean.getAuthor()SmartCommentBean.getAuthor()SmartWorklogBean.getAuthor()SmartCommentBean.getBody()SmartIssueBean.getChangelog()SmartWorklogBean.getComment()SmartProjectBean.getComponents()SmartProjectBean.getDescription()SmartProjectBean.getEmail()SmartUserBean.getEmailAddress()SmartIssueBean.getEpic()SmartIssueBean.getFields()Deprecated.this method purely exists for the {{issue.fields.blah}} legacy smart-value construct.SmartUserBean.getGroups()SmartIssueBean.getId()SmartIssueLinkBean.getId()SmartIssueLinkBean.getInwardIssue()SmartIssueLinkBean.getIssue()SmartIssueBean.getKey()SmartUserBean.getKey()SmartIssueBean.getLatest()SmartProjectBean.getLead()SmartUserBean.getLegacyKey()SmartUserBean.getLegacyName()SmartUserBean.getLegacyProperties()SmartUserBean.getLocale()SmartUserBean.getName()SmartTimetrackingBean.getOriginalEstimate()SmartTimetrackingBean.getOriginalEstimateRendered()SmartIssueLinkBean.getOutwardIssue()SmartVersionBean.getProject()SmartProjectBean.getProjectTypeKey()SmartCommentBean.getProperties()SmartIssueBean.getProperties()SmartProjectBean.getProperties()SmartUserBean.getProperties()SmartWorklogBean.getProperties()SmartVersionBean.getReleaseDate()SmartTimetrackingBean.getRemainingEstimate()SmartTimetrackingBean.getRemainingEstimateRendered()SmartIssueBean.getSelf()SmartVersionBean.getStartDate()SmartTimetrackingBean.getTimeSpent()SmartTimetrackingBean.getTimeSpentRendered()SmartUserBean.getTimeZone()SmartIssueLinkBean.getType()SmartCommentBean.getUpdateAuthor()SmartWorklogBean.getUpdateAuthor()SmartVersionBean.getUserReleaseDate()SmartVersionBean.getUserStartDate()SmartProjectBean.getVersions()RenderableField.html()booleanSmartCommentBean.isInternal()booleanSmartIssueLinkBean.isInward()RenderableField.raw()RenderableField.text()SmartUserBean.toRenderedString()SmartIssueBean.toUrl()SmartIssueBean.url() -
Uses of InputSubstitutionSafe in com.codebarrel.jira.model
Methods in com.codebarrel.jira.model with annotations of type InputSubstitutionSafeModifier and TypeMethodDescriptionintAbstractPageable.getMaxResults()intAbstractPageable.getStartAt()intAbstractPageable.getTotal()booleanAbstractPageable.isLast() -
Uses of InputSubstitutionSafe in com.codebarrel.jira.model.insight
Methods in com.codebarrel.jira.model.insight with annotations of type InputSubstitutionSafe -
Uses of InputSubstitutionSafe in com.codebarrel.jira.model.issue
Methods in com.codebarrel.jira.model.issue with annotations of type InputSubstitutionSafeModifier and TypeMethodDescriptionAttachmentBean.getAuthor()ChangeLogBean.getAuthor()CommentBean.getAuthor()WorklogBean.getAuthor()CommentBean.getBody()WorklogBean.getComment()PageableCommentImpl.getComments()AttachmentBean.getContent()AttachmentBean.getCreated()ChangeLogBean.getCreated()CommentBean.getCreated()WorklogBean.getCreated()ComponentBean.getDescription()IssueType.getDescription()ResolutionBean.getDescription()SecurityLevelBean.getDescription()StatusBean.getDescription()VersionBean.getDescription()ChangeLogBean.ChangeItemBean.getField()ChangeLogBean.ChangeItemBean.getFieldType()AttachmentBean.getFilename()ChangeLogBean.ChangeItemBean.getFrom()ChangeLogBean.ChangeItemBean.getFromString()IssueChangeLogList.getHistories()IssueType.getIconUrl()PriorityBean.getIconUrl()StatusBean.getIconUrl()AttachmentBean.getId()ChangeLogBean.getId()CommentBean.getId()ComponentBean.getId()CustomfieldOption.getId()IssueType.getId()PriorityBean.getId()ResolutionBean.getId()SecurityLevelBean.getId()StatusBean.getId()VersionBean.getId()WorklogBean.getId()WorklogBean.getIssueId()ChangeLogBean.getItems()EntityPropertyBean.getKey()StatusBean.StatusCategory.getKey()intIssueChangeLogList.getMaxResults()AttachmentBean.getMimeType()ComponentBean.getName()IssueType.getName()PriorityBean.getName()ResolutionBean.getName()SecurityLevelBean.getName()StatusBean.getName()StatusBean.StatusCategory.getName()VersionBean.getName()TimetrackingBean.getOriginalEstimate()longTimetrackingBean.getOriginalEstimateSeconds()VersionBean.getProjectId()VersionBean.getReleaseDate()TimetrackingBean.getRemainingEstimate()longTimetrackingBean.getRemainingEstimateSeconds()CustomfieldOption.getSelf()intAttachmentBean.getSize()intIssueChangeLogList.getStartAt()VersionBean.getStartDate()WorklogBean.getStarted()StatusBean.getStatusCategory()TimetrackingBean.getTimeSpent()WorklogBean.getTimeSpent()longTimetrackingBean.getTimeSpentSeconds()WorklogBean.getTimeSpentSeconds()ChangeLogBean.ChangeItemBean.getTo()ChangeLogBean.ChangeItemBean.getToString()intIssueChangeLogList.getTotal()Visibility.getType()CommentBean.getUpdateAuthor()WorklogBean.getUpdateAuthor()CommentBean.getUpdated()WorklogBean.getUpdated()CustomfieldOption.getValue()EntityPropertyBean.getValue()Visibility.getValue()CommentBean.getVisibility()WorklogBean.getVisibility()PageableWorklogImpl.getWorklogs()booleanVersionBean.isArchived()booleanVersionBean.isReleased()booleanIssueType.isSubtask()booleanWorklogBean.isVisibilitySet() -
Uses of InputSubstitutionSafe in com.codebarrel.jira.model.issue.link
Methods in com.codebarrel.jira.model.issue.link with annotations of type InputSubstitutionSafe -
Uses of InputSubstitutionSafe in com.codebarrel.jira.model.project
Methods in com.codebarrel.jira.model.project with annotations of type InputSubstitutionSafeModifier and TypeMethodDescriptionProject.getAvatarUrls()ProjectCategory.getDescription()Project.getId()ProjectCategory.getId()Project.getIssuetypes()Project.getKey()Project.getName()ProjectCategory.getName()Project.getProjectCategory()Project.getProjectTypeKey()ProjectCategory.getSelf()booleanProject.isSimplified() -
Uses of InputSubstitutionSafe in com.codebarrel.jira.model.servicedesk
Methods in com.codebarrel.jira.model.servicedesk with annotations of type InputSubstitutionSafeModifier and TypeMethodDescriptionApprovalDecision.getApprover()ApprovalDecision.getApproverDecision()ServiceDeskApprovalsBean.getApprovers()SlaCycleBean.getBreachTime()SlaFieldBean.getCompletedCycles()ServiceDeskRequestTypeFieldBean.getCurrentStatus()ServiceDeskRequestTypeBean.getDescription()SlaCycleBean.getElapsedTime()longSlaDateTimeBean.getEpochMillis()ServiceDeskApprovalsBean.getFinalDecision()SlaDateTimeBean.getFriendly()SlaTimeBean.getFriendly()SlaCycleBean.getGoalDuration()ServiceDeskRequestTypeBean.getGroupIds()ServiceDeskRequestTypeBean.getHelpText()ServiceDeskRequestTypeBean.getIcon()ServiceDeskRequestTypeBean.getIconUrls()ServiceDeskApprovalsBean.getId()ServiceDeskIconBean.getId()ServiceDeskOrganizationBean.getId()intServiceDeskRequestTypeBean.getId()SlaDateTimeBean.getIso8601()ServiceDeskRequestTypeBean.getIssueTypeId()SlaDateTimeBean.getJira()ServiceDeskRequestTypeFieldBean.getLinks()longSlaTimeBean.getMillis()ServiceDeskApprovalsBean.getName()ServiceDeskOrganizationBean.getName()ServiceDeskRequestTypeBean.getName()SlaFieldBean.getOngoingCycle()ServiceDeskFeedbackTypeBean.getRate()SlaCycleBean.getRemainingTime()ServiceDeskRequestTypeFieldBean.getRequestType()ServiceDeskFeedbackTypeBean.getScale()ServiceDeskRequestTypeBean.getServiceDeskId()SlaCycleBean.getStartTime()ServiceDeskRequestCurrentStatusBean.getStatus()ServiceDeskRequestCurrentStatusBean.getStatusCategory()ServiceDeskRequestCurrentStatusBean.getStatusDate()SlaCycleBean.getStopTime()booleanSlaCycleBean.isBreached()booleanServiceDeskApprovalsBean.isCanAnswerApproval()booleanSlaCycleBean.isPaused()booleanSlaCycleBean.isWithinCalendarHours() -
Uses of InputSubstitutionSafe in com.codebarrel.jira.model.software
Methods in com.codebarrel.jira.model.software with annotations of type InputSubstitutionSafeModifier and TypeMethodDescriptionSprintBean.getCompleteDate()SprintBean.getEndDate()Sprint.getGoal()SprintBean.getGoal()longSprintBean.getId()BoardConfigurationBean.getLocation()SprintBean.getName()Sprint.getOriginBoardId()SprintBean.getOriginBoardId()SprintBean.getStartDate()SprintBean.getState()booleanSprintBean.isClosed()booleanSprintBean.isStarted() -
Uses of InputSubstitutionSafe in com.codebarrel.jira.model.tempo
Methods in com.codebarrel.jira.model.tempo with annotations of type InputSubstitutionSafe -
Uses of InputSubstitutionSafe in com.codebarrel.jira.webhook.link
Methods in com.codebarrel.jira.webhook.link with annotations of type InputSubstitutionSafeModifier and TypeMethodDescriptionIssueLinkWebhookBean.getDestinationIssueId()IssueLinkTypeWebhookBean.getId()IssueLinkWebhookBean.getId()IssueLinkTypeWebhookBean.getInwardName()IssueLinkWebhookBean.getIssueLinkType()IssueLinkTypeWebhookBean.getName()IssueLinkTypeWebhookBean.getOutwardName()IssueLinkWebhookBean.getSourceIssueId()IssueLinkTypeWebhookBean.getStyle()booleanIssueLinkTypeWebhookBean.isSubTaskLinkType()booleanIssueLinkTypeWebhookBean.isSystemLinkType()