public class DevModeSecretSauce extends Object
This is ONLY here to make developers more productive and not in ANY way there for customers. Its so we can get versions of JIRA out quicker to customers.
You have to place specific files into specific places and run in specific modes to get this to work. So its not a security hole nor is it detracting from testability of JIRA.
Its is however aimed at increasing the velocity of the JIRA developers.
Constructor and Description |
---|
DevModeSecretSauce(JiraProperties jiraSystemProperties) |
Modifier and Type | Method and Description |
---|---|
String |
getSecretSauceProperty(String propertyName)
Can be called to get target harded code values if they are a JIRA developer or empty string otherwise
|
boolean |
isBoneFideJiraDeveloper()
This returns true if it detects that you are a bona fide JIRA developer and want the auto setup stuff to just
work.
|
public DevModeSecretSauce(JiraProperties jiraSystemProperties)
public boolean isBoneFideJiraDeveloper()
It ONLY ever works in jira.dev.mode and ONLY if you drop the secretsauce file into ~/.jiradev directory
Copyright © 2002-2017 Atlassian. All Rights Reserved.